From 30537d4a637f3f90763d5f83079c33835e4f79df Mon Sep 17 00:00:00 2001 From: GGSuchao <1500062807@pku.edu.cn> Date: Fri, 16 Jun 2017 20:56:47 +0800 Subject: [PATCH] Update base58.c --- crypto/base58/base58.c | 1 - 1 file changed, 1 deletion(-) 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