Skip to content

Commit

Permalink
run rpc_signrawtransaction with --descriptors
Browse files Browse the repository at this point in the history
Summary:
This test works without any changes, for Bitcoin ABC.
For Bitcoin Core, there were some changes in segwit related tests.

This is a backport of [[bitcoin/bitcoin#18788 | core#18788]] [6/15]

bitcoin/bitcoin@0bd1860

Test Plan: `test/functional/test_runner.py rpc_signrawtransaction`

Reviewers: #bitcoin_abc, Fabien

Reviewed By: #bitcoin_abc, Fabien

Differential Revision: https://reviews.bitcoinabc.org/D10659
  • Loading branch information
PiRK committed Dec 13, 2021
1 parent 4a6f5db commit ba8ac32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
"rpc_createmultisig.py": [["--descriptors"]],
"rpc_deriveaddresses.py": [["--usecli"]],
"rpc_fundrawtransaction.py": [["--descriptors"]],
"rpc_signrawtransaction.py": [["--descriptors"]],
# FIXME: "rpc_psbt.py": [["--descriptors"]],
"wallet_avoidreuse.py": [["--descriptors"]],
"wallet_balance.py": [["--descriptors"]],
Expand Down

0 comments on commit ba8ac32

Please sign in to comment.