mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 18:43:10 -06:00
Update to the latest go-ethereum
Signed-off-by: Brian Meek <brian@hntlabs.com>
This commit is contained in:
parent
68d9300ec0
commit
1a2a0db1a3
|
|
@ -20,6 +20,8 @@ import (
|
|||
"fmt"
|
||||
"strings"
|
||||
|
||||
// This is to silence the conflict about which chainhash is used
|
||||
_ "github.com/btcsuite/btcd/chaincfg/chainhash"
|
||||
"github.com/ethereum/go-ethereum/common/hexutil"
|
||||
"github.com/ethereum/go-ethereum/crypto"
|
||||
"github.com/spruceid/siwe-go"
|
||||
|
|
|
|||
Loading…
Reference in a new issue