Skip to content

Commit a296762

Browse files
committed
remove comment
1 parent 85bee9f commit a296762

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sign_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ func TestSignMessage(t *testing.T) {
1212
// privKey string, message string, compress bool
1313
sig := SignMessage(privKey, "Testing!")
1414

15-
t.Log("got sig", sig)
16-
1715
if sig != "IBDscOd/Ov4yrd/YXantqajSAnW4fudpfr2KQy5GNo9pZybF12uNaal4KI822UpQLS/UJD+UK2SnNMn6Z3E4na8=" {
1816
t.Error("Failed to generate expected signature", sig)
1917
}

0 commit comments

Comments
 (0)