diff --git a/crypto/base58/base58.c b/crypto/base58/base58.c index ae5e49f2..c968cc37 100644 --- a/crypto/base58/base58.c +++ b/crypto/base58/base58.c @@ -197,4 +197,3 @@ int base58_encode(const void *data, size_t binsz, char *b58, size_t *b58sz) return 1; } -f