Keep address labels for pubkey pair addresses.
[novacoin.git] / src / base58.h
index 2b6e326..0ca0fda 100644 (file)
@@ -115,6 +115,7 @@ public:
     bool Set(const CScriptID &id);
     bool Set(const CTxDestination &dest);
     bool Set(const CMalleablePubKey &mpk);
+    bool Set(const CBitcoinAddress &dest);
     bool IsValid() const;
 
     CBitcoinAddress()