diff --git a/hdkeychain/extendedkey_test.go b/hdkeychain/extendedkey_test.go index 04c6673..0fe49f2 100644 --- a/hdkeychain/extendedkey_test.go +++ b/hdkeychain/extendedkey_test.go @@ -619,7 +619,7 @@ func TestExtendedKeyAPI(t *testing.T) { chainCode := key.ChainCode() if !bytes.Equal(chainCode, test.chainCode) { t.Errorf("ChainCode #%d (%s): want %v, got %v", i, - test.name, chainCode, test.chainCode) + test.name, test.chainCode, chainCode) continue }