Update to the latest go-ethereum

Signed-off-by: Brian Meek <brian@hntlabs.com>
This commit is contained in:
Brian Meek 2022-09-21 15:03:23 -07:00 committed by Tak Wai Wong
parent 68d9300ec0
commit 1a2a0db1a3
No known key found for this signature in database
GPG key ID: 222E4AF2AA1F467D

View file

@ -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"