Skip to content

Commit 85de9d4

Browse files
Remove call to gettransaction(...) where the result is unused
1 parent bd02422 commit 85de9d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/functional/bumpfee.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ def test_dust_to_fee(rbf_node, dest_address):
196196
def test_settxfee(rbf_node, dest_address):
197197
# check that bumpfee reacts correctly to the use of settxfee (paytxfee)
198198
rbfid = spend_one_input(rbf_node, dest_address)
199-
rbftx = rbf_node.gettransaction(rbfid)
200199
requested_feerate = Decimal("0.00025000")
201200
rbf_node.settxfee(requested_feerate)
202201
bumped_tx = rbf_node.bumpfee(rbfid)

0 commit comments

Comments
 (0)