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 2f3ceba commit 2c24c63Copy full SHA for 2c24c63
test/functional/rpc_fundrawtransaction.py
@@ -969,7 +969,7 @@ def test_22670(self):
969
assert_greater_than(fees, 0.01)
970
971
def do_fund_send(target):
972
- create_tx = tester.createrawtransaction([], [{funds.getnewaddress(): lower_bound}])
+ create_tx = tester.createrawtransaction([], [{funds.getnewaddress(): target}])
973
funded_tx = tester.fundrawtransaction(create_tx)
974
signed_tx = tester.signrawtransactionwithwallet(funded_tx["hex"])
975
assert signed_tx["complete"]
0 commit comments