Skip to content

Commit 737c285

Browse files
committed
test: Don't pass add_to_wallet option to walletcreatefundedpsbt
It's not a documented option. Noticed while working on #19762.
1 parent 9dce301 commit 737c285

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/functional/rpc_fundrawtransaction.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,6 @@ def test_add_inputs_default_value(self):
11731173

11741174
# Case (3), Explicit add_inputs=true and preset inputs (with preset inputs not-covering the target amount)
11751175
options["add_inputs"] = True
1176-
options["add_to_wallet"] = False
11771176
assert "psbt" in wallet.walletcreatefundedpsbt(outputs=[{addr1: 8}], inputs=inputs, options=options)
11781177

11791178
# Case (4), Explicit add_inputs=true and preset inputs (with preset inputs covering the target amount)

0 commit comments

Comments
 (0)