mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-05 10:42:13 +02:00
Merge bitcoin/bitcoin#35279: psbt, test: remove address type restrictions in test
81348576ccpsbt, test: remove address type restrictions in test (rkrux) Pull request description: Because the corresponding Taproot fields were added in PSBT in #22558, so these restrictions are no longer necessary. ACKs for top commit: kevkevinpal: ACK [8134857](81348576cc) polespinasa: lgtm ACK81348576ccfurszy: utACK81348576ccTree-SHA512: 5621509e103674ee5f39454871ca5acb2bf4c16b85dbbdc38abac22fbaea44cafe4bbd91dc3a5c6435b3859a4dc58f12bf7aeec2952c9f80fbbdad2adb52847c
This commit is contained in:
@@ -71,7 +71,7 @@ class PSBTTest(BitcoinTestFramework):
|
||||
def set_test_params(self):
|
||||
self.num_nodes = 3
|
||||
self.extra_args = [
|
||||
["-walletrbf=1", "-addresstype=bech32", "-changetype=bech32"], #TODO: Remove address type restrictions once taproot has psbt extensions
|
||||
["-walletrbf=1"],
|
||||
["-walletrbf=0", "-changetype=legacy"],
|
||||
[]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user