Skip to content

Commit 8dcbbbe

Browse files
committed
test: fix bug in 22686
1 parent b784ab1 commit 8dcbbbe

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
@@ -1006,7 +1006,7 @@ def test_22670(self):
10061006
assert_greater_than(fees, 0.01)
10071007

10081008
def do_fund_send(target):
1009-
create_tx = tester.createrawtransaction([], [{funds.getnewaddress(): lower_bound}])
1009+
create_tx = tester.createrawtransaction([], [{funds.getnewaddress(): target}])
10101010
funded_tx = tester.fundrawtransaction(create_tx)
10111011
signed_tx = tester.signrawtransactionwithwallet(funded_tx["hex"])
10121012
assert signed_tx["complete"]

0 commit comments

Comments
 (0)