Skip to content

Commit

Permalink
deps(SPV-1303): bump go sdk version, update method calls.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgosek-4chain committed Jan 8, 2025
1 parent c48b7ef commit d769318
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/testutils/spvwallettest.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func MockPKI(t *testing.T, xpub string) string {
t.Fatalf("test helper - ec public key from xpub: %s", err)
}

return hex.EncodeToString(pubKey.SerializeCompressed())
return hex.EncodeToString(pubKey.Compressed())
}

func ParseTime(t *testing.T, s string) time.Time {
Expand Down

0 comments on commit d769318

Please sign in to comment.