Fix a couple more typos

This commit is contained in:
fanquake
2012-06-30 17:05:28 +08:00
committed by Luke Dashjr
parent d477028247
commit fb7ca33178
3 changed files with 3 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ inline std::string EncodeBase58(const std::vector<unsigned char>& 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<unsigned char>& vchRet)
{
CAutoBN_CTX pctx;