diff options
| author | fanquake <[email protected]> | 2012-06-30 17:05:28 +0800 |
|---|---|---|
| committer | fanquake <[email protected]> | 2012-06-30 17:05:28 +0800 |
| commit | 7790f391abf0b0c03190fabfbc75050b2cba170b (patch) | |
| tree | cbe6144495f14334806d81bf3d9ad333eafce871 /src/base58.h | |
| parent | Fix a few typos (diff) | |
| download | discoin-7790f391abf0b0c03190fabfbc75050b2cba170b.tar.xz discoin-7790f391abf0b0c03190fabfbc75050b2cba170b.zip | |
Fix a couple more typos
Diffstat (limited to 'src/base58.h')
| -rw-r--r-- | src/base58.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base58.h b/src/base58.h index 58149976f..215fd3332 100644 --- a/src/base58.h +++ b/src/base58.h @@ -71,7 +71,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; |