X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fwallet.h;h=bc8afa85058d1bdbc7009972de754ea8b650356e;hb=5af8418fee23af1be2065382dda14a97034fdf56;hp=20abe44563431be0904c665c3945b39e9341dc7e;hpb=7f70ddc68f4afa4a87a15e620ba519afbc5c8b15;p=novacoin.git 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);