aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
diff options
context:
space:
mode:
authorAlex Morcos <[email protected]>2017-01-19 21:18:46 -0500
committerAlex Morcos <[email protected]>2017-01-20 07:40:36 -0500
commitfe8e8efcf91fa92db68aabeb0a1709b032e60dd6 (patch)
tree728949a4dc0b20890f579403cece6946de6cae0c /src/wallet/rpcwallet.cpp
parentFix to have miner test aware of new separate block min tx fee (diff)
downloaddiscoin-fe8e8efcf91fa92db68aabeb0a1709b032e60dd6.tar.xz
discoin-fe8e8efcf91fa92db68aabeb0a1709b032e60dd6.zip
[rpc] Add incremental relay fee to getnetworkinfo
Diffstat (limited to 'src/wallet/rpcwallet.cpp')
-rw-r--r--src/wallet/rpcwallet.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp
index c0f7bbcb4..b62fbeb10 100644
--- a/src/wallet/rpcwallet.cpp
+++ b/src/wallet/rpcwallet.cpp
@@ -2652,8 +2652,8 @@ UniValue bumpfee(const JSONRPCRequest& request)
"By default, the new fee will be calculated automatically using estimatefee.\n"
"The user can specify a confirmation target for estimatefee.\n"
"Alternatively, the user can specify totalFee, or use RPC setpaytxfee to set a higher fee rate.\n"
- "At a minimum, the new fee rate must be high enough to pay a new relay fee over the original fee\n"
- "to enter the node's mempool.\n"
+ "At a minimum, the new fee rate must be high enough to pay an additional new relay fee (incrementalfee\n"
+ "returned by getnetworkinfo) to enter the node's mempool.\n"
"\nArguments:\n"
"1. txid (string, required) The txid to be bumped\n"
"2. options (object, optional)\n"