From cf6ab20d8b53503a4727bd86d1747efbe013a417 Mon Sep 17 00:00:00 2001 From: fanquake Date: Sat, 30 Jun 2012 17:05:28 +0800 Subject: [PATCH] Fix a couple more typos --- src/base58.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base58.h b/src/base58.h index 8ee05b073bd..9bd078caa2b 100644 --- a/src/base58.h +++ b/src/base58.h @@ -69,7 +69,7 @@ inline std::string EncodeBase58(const std::vector& vch) } // Decode a base58-encoded string psz into byte vector vchRet -// returns true if decoding is succesful +// returns true if decoding is successful inline bool DecodeBase58(const char* psz, std::vector& vchRet) { CAutoBN_CTX pctx;