diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-03-28 15:19:52 +0200 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-03-28 15:19:52 +0200 |
commit | 85de9d474b13a0e6ad681848e5497d02e00dd644 (patch) | |
tree | c43e0ee285c0ec74a00a2aefa9f5ff75007fca61 /test | |
parent | bd024223320707af676019d874b61307656f7dc1 (diff) |
Remove call to gettransaction(...) where the result is unused
Diffstat (limited to 'test')
-rwxr-xr-x | test/functional/bumpfee.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/bumpfee.py b/test/functional/bumpfee.py index 172e414188..c51a75cc26 100755 --- a/test/functional/bumpfee.py +++ b/test/functional/bumpfee.py @@ -196,7 +196,6 @@ def test_dust_to_fee(rbf_node, dest_address): def test_settxfee(rbf_node, dest_address): # check that bumpfee reacts correctly to the use of settxfee (paytxfee) rbfid = spend_one_input(rbf_node, dest_address) - rbftx = rbf_node.gettransaction(rbfid) requested_feerate = Decimal("0.00025000") rbf_node.settxfee(requested_feerate) bumped_tx = rbf_node.bumpfee(rbfid) |