aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.h
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2014-12-01 20:06:45 +0100
committerPavel Janík <Pavel@Janik.cz>2014-12-02 08:32:10 +0100
commitb93173dee9b233409daca201dd7ed0c19576e895 (patch)
tree315c7f8e97d7180db5fe63c872e28c48c304932f /src/wallet.h
parentf0877f8b6200dcf6df12df5e69d498d365f81f8b (diff)
downloadbitcoin-b93173dee9b233409daca201dd7ed0c19576e895.tar.xz
Move SendMoney() to rpcwallet.cpp.
Diffstat (limited to 'src/wallet.h')
-rw-r--r--src/wallet.h1
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);