X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fwallet.h;h=12d8af54ee1fec3ba89ce47f13449619e49094a3;hb=9c9ba366ebc85b0d8eef6d962a9fa84cffe0cae7;hp=bc8afa85058d1bdbc7009972de754ea8b650356e;hpb=a494e1c51c7f54ba353b02a7e470b0df0c0e7bbe;p=novacoin.git diff --git a/src/wallet.h b/src/wallet.h index bc8afa8..12d8af5 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -337,6 +337,8 @@ public: bool GetTransaction(const uint256 &hashTx, CWalletTx& wtx); + bool ExtractAddress(const CScript& scriptPubKey, std::string& addressRet); + bool SetDefaultKey(const CPubKey &vchPubKey); // signify that a particular wallet feature is now used. this may change nWalletVersion and nWalletMaxVersion if those are lower