X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fwallet.h;fp=src%2Fwallet.h;h=12d8af54ee1fec3ba89ce47f13449619e49094a3;hp=bc8afa85058d1bdbc7009972de754ea8b650356e;hb=9c9ba366ebc85b0d8eef6d962a9fa84cffe0cae7;hpb=9179b06d4a286cd2555df1d94cf8772c918e81d3 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