aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2014-12-10 08:18:41 +0100
committerWladimir J. van der Laan <[email protected]>2014-12-10 08:22:20 +0100
commit34468066ff54881eedd06e9aca39c3aa455cfe7c (patch)
tree9c41ff54a95aa907349248c342da35c6ac6826b5 /src/wallet.h
parentMerge pull request #5395 (diff)
parentUse RPC_INVALID_PARAMETER instead of RPC_WALLET_ERROR for invalid amount. (diff)
downloaddiscoin-34468066ff54881eedd06e9aca39c3aa455cfe7c.tar.xz
discoin-34468066ff54881eedd06e9aca39c3aa455cfe7c.zip
Merge pull request #5399
4be639e Use RPC_INVALID_PARAMETER instead of RPC_WALLET_ERROR for invalid amount. No return at the end of void function. (Pavel Janík) b93173d Move SendMoney() to rpcwallet.cpp. (Pavel Janík)
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 70d274c2d..2dd2146e8 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);