aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2016-04-28 22:04:07 +0200
committerJonas Schnelli <dev@jonasschnelli.ch>2016-04-28 22:04:07 +0200
commit3b35e4896b5b8be9ffd6dacddb081f69a5b77903 (patch)
treec781ac302b21a99769e14ba5b5ec7288c84daf8d /src/wallet/wallet.h
parenta9c8b744e8875785ff9a3768df3517b2d9ed7a36 (diff)
downloadbitcoin-3b35e4896b5b8be9ffd6dacddb081f69a5b77903.tar.xz
[RPC] add feerate option to fundrawtransaction
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r--src/wallet/wallet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h
index c3bd343edd..7b5168975c 100644
--- a/src/wallet/wallet.h
+++ b/src/wallet/wallet.h
@@ -740,7 +740,7 @@ public:
* Insert additional inputs into the transaction by
* calling CreateTransaction();
*/
- bool FundTransaction(CMutableTransaction& tx, CAmount& nFeeRet, int& nChangePosInOut, std::string& strFailReason, bool includeWatching, bool lockUnspents, const CTxDestination& destChange = CNoDestination());
+ bool FundTransaction(CMutableTransaction& tx, CAmount& nFeeRet, const CFeeRate& specificFeeRate, int& nChangePosInOut, std::string& strFailReason, bool includeWatching, bool lockUnspents, const CTxDestination& destChange = CNoDestination());
/**
* Create a new transaction paying the recipients with a set of coins