dogecoin/qa/pull-tester
mrbandrews cc0243ad32 [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
2017-01-19 11:29:29 -05:00
..
rpc-tests.py [RPC] bumpfee 2017-01-19 11:29:29 -05:00
tests_config.py.in build: a few ugly hacks to get the rpc tests working out-of-tree 2016-06-01 20:31:55 -04:00