Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rohenaz committed Sep 17, 2020
1 parent 85bee9f commit a296762
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sign_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ func TestSignMessage(t *testing.T) {
// privKey string, message string, compress bool
sig := SignMessage(privKey, "Testing!")

t.Log("got sig", sig)

if sig != "IBDscOd/Ov4yrd/YXantqajSAnW4fudpfr2KQy5GNo9pZybF12uNaal4KI822UpQLS/UJD+UK2SnNMn6Z3E4na8=" {
t.Error("Failed to generate expected signature", sig)
}
Expand Down

0 comments on commit a296762

Please sign in to comment.