diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-12-10 08:18:41 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-12-10 08:22:20 +0100 |
commit | 34468066ff54881eedd06e9aca39c3aa455cfe7c (patch) | |
tree | 9c41ff54a95aa907349248c342da35c6ac6826b5 /src/wallet.h | |
parent | 12c05ee938d36b300c626c136e1b28d4cf83d25c (diff) | |
parent | 4be639eaec05ed1170b8cf0ed77b2a6e9bad732c (diff) |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet.h b/src/wallet.h index 70d274c2d5..2dd2146e8c 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); |