diff options
author | Pavel Janík <Pavel@Janik.cz> | 2014-12-01 20:06:45 +0100 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2014-12-02 08:32:10 +0100 |
commit | b93173dee9b233409daca201dd7ed0c19576e895 (patch) | |
tree | 315c7f8e97d7180db5fe63c872e28c48c304932f /src/wallet.h | |
parent | f0877f8b6200dcf6df12df5e69d498d365f81f8b (diff) |
Move SendMoney() to rpcwallet.cpp.
Diffstat (limited to 'src/wallet.h')
-rw-r--r-- | src/wallet.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet.h b/src/wallet.h index 0244ce2368..7bbb6419c8 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -288,7 +288,6 @@ public: bool CreateTransaction(CScript scriptPubKey, const CAmount& nValue, CWalletTx& wtxNew, CReserveKey& reservekey, CAmount& nFeeRet, std::string& strFailReason, const CCoinControl *coinControl = NULL); bool CommitTransaction(CWalletTx& wtxNew, CReserveKey& reservekey); - std::string SendMoney(const CTxDestination &address, CAmount nValue, CWalletTx& wtxNew); static CFeeRate minTxFee; static CAmount GetMinimumFee(unsigned int nTxBytes, unsigned int nConfirmTarget, const CTxMemPool& pool); |