From 1a2a0db1a3fe138dee74b5c5050acefacf050427 Mon Sep 17 00:00:00 2001 From: Brian Meek Date: Wed, 21 Sep 2022 15:03:23 -0700 Subject: [PATCH] Update to the latest go-ethereum Signed-off-by: Brian Meek --- test/publickey_utils.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/publickey_utils.go b/test/publickey_utils.go index 6d3a67186..49f608813 100644 --- a/test/publickey_utils.go +++ b/test/publickey_utils.go @@ -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"