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;