diff options
Diffstat (limited to 'challenge/c37.go')
-rw-r--r-- | challenge/c37.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge/c37.go b/challenge/c37.go index 4ff10e8..ffcfe93 100644 --- a/challenge/c37.go +++ b/challenge/c37.go @@ -70,7 +70,7 @@ func C37(args []string) { 16, ) if !ok { - fmt.Errorf("unable to process pub key") + fmt.Printf("unable to process pub key") return } if pow == 1 { |