mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
test: Don't pass add_to_wallet option to walletcreatefundedpsbt
It's not a documented option. Noticed while working on #19762.
This commit is contained in:
parent
9dce30194b
commit
737c285f69
1 changed files with 0 additions and 1 deletions
|
@ -1173,7 +1173,6 @@ class RawTransactionsTest(BitcoinTestFramework):
|
||||||
|
|
||||||
# Case (3), Explicit add_inputs=true and preset inputs (with preset inputs not-covering the target amount)
|
# Case (3), Explicit add_inputs=true and preset inputs (with preset inputs not-covering the target amount)
|
||||||
options["add_inputs"] = True
|
options["add_inputs"] = True
|
||||||
options["add_to_wallet"] = False
|
|
||||||
assert "psbt" in wallet.walletcreatefundedpsbt(outputs=[{addr1: 8}], inputs=inputs, options=options)
|
assert "psbt" in wallet.walletcreatefundedpsbt(outputs=[{addr1: 8}], inputs=inputs, options=options)
|
||||||
|
|
||||||
# Case (4), Explicit add_inputs=true and preset inputs (with preset inputs covering the target amount)
|
# Case (4), Explicit add_inputs=true and preset inputs (with preset inputs covering the target amount)
|
||||||
|
|
Loading…
Add table
Reference in a new issue