We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b784ab1 commit 8dcbbbeCopy full SHA for 8dcbbbe
test/functional/rpc_fundrawtransaction.py
@@ -1006,7 +1006,7 @@ def test_22670(self):
1006
assert_greater_than(fees, 0.01)
1007
1008
def do_fund_send(target):
1009
- create_tx = tester.createrawtransaction([], [{funds.getnewaddress(): lower_bound}])
+ create_tx = tester.createrawtransaction([], [{funds.getnewaddress(): target}])
1010
funded_tx = tester.fundrawtransaction(create_tx)
1011
signed_tx = tester.signrawtransactionwithwallet(funded_tx["hex"])
1012
assert signed_tx["complete"]
0 commit comments