Merge pull request #4623

e84843c Broken addresses on command line no longer trigger testnet. (Ross Nicoll)
This commit is contained in:
Wladimir J. van der Laan
2014-09-10 14:29:16 +02:00
5 changed files with 26 additions and 13 deletions

View File

@@ -104,6 +104,7 @@ public:
bool Set(const CScriptID &id);
bool Set(const CTxDestination &dest);
bool IsValid() const;
bool IsValid(const CChainParams &params) const;
CBitcoinAddress() {}
CBitcoinAddress(const CTxDestination &dest) { Set(dest); }