X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fwallet.h;fp=src%2Fwallet.h;h=bc8afa85058d1bdbc7009972de754ea8b650356e;hp=20abe44563431be0904c665c3945b39e9341dc7e;hb=a494e1c51c7f54ba353b02a7e470b0df0c0e7bbe;hpb=c6f2a669824f53979c53769a1b6b3d48d31ceac7 diff --git a/src/wallet.h b/src/wallet.h index 20abe44..bc8afa8 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -229,7 +229,6 @@ public: bool MergeCoins(const int64_t& nAmount, const int64_t& nMinValue, const int64_t& nMaxValue, std::list& listMerged); std::string SendMoney(CScript scriptPubKey, int64_t nValue, CWalletTx& wtxNew, bool fAskFee=false); - std::string SendMoneyToDestination(const CTxDestination &address, int64_t nValue, CWalletTx& wtxNew, bool fAskFee=false); bool NewKeyPool(unsigned int nSize = 0); bool TopUpKeyPool(unsigned int nSize = 0);