mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
test: fix bug in 22686
Github-Pull: bitcoin/bitcoin#22742
Rebased-From: 8dcbbbea64
This commit is contained in:
parent
1c028b9a51
commit
c9d0d0cbe4
1 changed files with 1 additions and 1 deletions
|
|
@ -1073,7 +1073,7 @@ class RawTransactionsTest(BitcoinTestFramework):
|
|||
assert_greater_than(fees, 0.01)
|
||||
|
||||
def do_fund_send(target):
|
||||
create_tx = tester.createrawtransaction([], [{funds.getnewaddress(): lower_bound}])
|
||||
create_tx = tester.createrawtransaction([], [{funds.getnewaddress(): target}])
|
||||
funded_tx = tester.fundrawtransaction(create_tx)
|
||||
signed_tx = tester.signrawtransactionwithwallet(funded_tx["hex"])
|
||||
assert signed_tx["complete"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue