Skip to content

Commit 1be81d5

Browse files
authored
feat: governance keys (CIP-105) (#363)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 0a89458 commit 1be81d5

File tree

20 files changed

+860
-116
lines changed

20 files changed

+860
-116
lines changed

bip32/bip32_test.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,9 @@ func TestStringMethods(t *testing.T) {
261261
t.Error("PublicKey String should not be empty")
262262
}
263263
if !strings.HasPrefix(pubKeyStr, "addr_vk") {
264-
t.Errorf("PublicKey String should start with 'addr_vk', got %s", pubKeyStr)
264+
t.Errorf(
265+
"PublicKey String should start with 'addr_vk', got %s",
266+
pubKeyStr,
267+
)
265268
}
266269
}

0 commit comments

Comments
 (0)