Skip to content

Commit 2c24c63

Browse files
committed
merge bitcoin#22742: Use proper target in do_fund_send
1 parent 2f3ceba commit 2c24c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/rpc_fundrawtransaction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ def test_22670(self):
969969
assert_greater_than(fees, 0.01)
970970

971971
def do_fund_send(target):
972-
create_tx = tester.createrawtransaction([], [{funds.getnewaddress(): lower_bound}])
972+
create_tx = tester.createrawtransaction([], [{funds.getnewaddress(): target}])
973973
funded_tx = tester.fundrawtransaction(create_tx)
974974
signed_tx = tester.signrawtransactionwithwallet(funded_tx["hex"])
975975
assert signed_tx["complete"]

0 commit comments

Comments
 (0)