Skip to content

Commit 9824961

Browse files
committed
Fixed example/test
1 parent 57fb0e5 commit 9824961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sign_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func ExampleSignMessage() {
105105
return
106106
}
107107
fmt.Printf("signature created: %s", signature)
108-
// Output:signature created: H+zZagsyz7ioC/ZOa5EwsaKice0vs2BvZ0ljgkFHxD3vGsMlGeD4sXHEcfbI4h8lP29VitSBdf4A+nHXih7svf4=
108+
// Output:signature created: G+zZagsyz7ioC/ZOa5EwsaKice0vs2BvZ0ljgkFHxD3vGsMlGeD4sXHEcfbI4h8lP29VitSBdf4A+nHXih7svf4=
109109
}
110110

111111
// BenchmarkSignMessage benchmarks the method SignMessage()

0 commit comments

Comments
 (0)