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"