diff options
| author | Jeff Garzik <[email protected]> | 2012-09-18 15:07:58 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2012-09-18 15:07:58 -0400 |
| commit | ea0796bde3483189643894c6a47d31c0dba0c486 (patch) | |
| tree | 1cfcad47fd235034085d354fe5021f100d2bda5d /src/base58.h | |
| parent | Merge branch 'master' of github.com:bitcoin/bitcoin (diff) | |
| download | discoin-ea0796bde3483189643894c6a47d31c0dba0c486.tar.xz discoin-ea0796bde3483189643894c6a47d31c0dba0c486.zip | |
Trim trailing whitespace for src/*.{h,cpp}
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 fc8c8aa5d..9dfea86ff 100644 --- a/src/base58.h +++ b/src/base58.h @@ -403,7 +403,7 @@ class CBitcoinSecret : public CBase58Data { public: void SetSecret(const CSecret& vchSecret, bool fCompressed) - { + { assert(vchSecret.size() == 32); SetData(fTestNet ? 239 : 128, &vchSecret[0], vchSecret.size()); if (fCompressed) |