X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fwallet.h;fp=src%2Fwallet.h;h=aa2194411e8f878625a3f3cea768c2f16531efe2;hp=d07aa7c6a397fcfd21e1f31f0410b373f437b79e;hb=d4488b9d263e4799f7bb4a1aaa1f692aa995f517;hpb=fbd44e84d5841867d36d295d4f347fd5e55d293f diff --git a/src/wallet.h b/src/wallet.h index d07aa7c..aa21944 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -17,6 +17,7 @@ #include "ui_interface.h" #include "util.h" #include "walletdb.h" +#include "base58.h" extern unsigned int nStakeMaxAge; extern bool fWalletUnlockMintOnly; @@ -339,7 +340,7 @@ public: bool GetTransaction(const uint256 &hashTx, CWalletTx& wtx); - bool ExtractAddress(const CScript& scriptPubKey, std::string& addressRet); + bool ExtractAddress(const CScript& scriptPubKey, CBitcoinAddress& addressRet); bool SetDefaultKey(const CPubKey &vchPubKey);