Skip to content

Commit 7ef730c

Browse files
committed
Merge bitcoin/bitcoin#26483: test: Don't pass add_to_wallet option to walletcreatefundedpsbt
737c285 test: Don't pass add_to_wallet option to walletcreatefundedpsbt (Ryan Ofsky) Pull request description: It's not a documented option. Noticed while working on #19762 ACKs for top commit: achow101: ACK 737c285 Tree-SHA512: 1bf4186fae4390233b2f23389eb6c515c7f0209f12553592df5166e75c452ccd1fb125d9246047c08cff0b869fdda7793812d15da01441e2c4777514446f3ed6
2 parents 9dce301 + 737c285 commit 7ef730c

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)