aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authormrbandrews <bandrewsny@gmail.com>2016-12-09 13:45:27 -0500
committerRussell Yanofsky <russ@yanofsky.org>2017-01-19 11:29:29 -0500
commitcc0243ad32cee1cc9faab317364b889beaf07647 (patch)
tree4b2bf04e18d2900823c5c9d1d779410eb08d8f0b /qa/pull-tester
parent52dde66770d833ee5e42e7c5fee610453ae3852a (diff)
downloadbitcoin-cc0243ad32cee1cc9faab317364b889beaf07647.tar.xz
[RPC] bumpfee
This command allows a user to increase the fee on a wallet transaction T, creating a "bumper" transaction B. T must signal that it is BIP-125 replaceable. T's change output is decremented to pay the additional fee. (B will not add inputs to T.) T cannot have any descendant transactions. Once B bumps T, neither T nor B's outputs can be spent until either T or (more likely) B is mined. Includes code by @jonasschnelli and @ryanofsky
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-xqa/pull-tester/rpc-tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py
index 83b6bdfe48..c87d3c7127 100755
--- a/qa/pull-tester/rpc-tests.py
+++ b/qa/pull-tester/rpc-tests.py
@@ -151,6 +151,7 @@ testScripts = [
'signmessages.py',
'nulldummy.py',
'import-rescan.py',
+ 'bumpfee.py',
'rpcnamedargs.py',
]
if ENABLE_ZMQ: