diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-09-10 14:29:16 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-09-10 15:07:58 +0200 |
| commit | f23869e14bf7710f05f128544f2778dde28a01b7 (patch) | |
| tree | b0e93e2202c1126484189c9f8400b4faba41c5d1 /src/base58.h | |
| parent | Merge pull request #4755 (diff) | |
| parent | Broken addresses on command line no longer trigger testnet. (diff) | |
| download | discoin-f23869e14bf7710f05f128544f2778dde28a01b7.tar.xz discoin-f23869e14bf7710f05f128544f2778dde28a01b7.zip | |
Merge pull request #4623
e84843c Broken addresses on command line no longer trigger testnet. (Ross Nicoll)
Diffstat (limited to 'src/base58.h')
| -rw-r--r-- | src/base58.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base58.h b/src/base58.h index 216aca364..15bf710f5 100644 --- a/src/base58.h +++ b/src/base58.h @@ -104,6 +104,7 @@ public: bool Set(const CScriptID &id); bool Set(const CTxDestination &dest); bool IsValid() const; + bool IsValid(const CChainParams ¶ms) const; CBitcoinAddress() {} CBitcoinAddress(const CTxDestination &dest) { Set(dest); } |