diff --git a/base58_test.go b/base58_test.go index 11a2590..72f89b1 100644 --- a/base58_test.go +++ b/base58_test.go @@ -265,6 +265,6 @@ func BenchmarkEncode(b *testing.B) { func BenchmarkDecode(b *testing.B) { for n := 0; n < b.N; n++ { - Decode("6hKMCS") + _, _ = Decode("6hKMCS") } }