mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-31 00:05:13 +02:00
psbt, test: remove address type restrictions in test
Because the corresponding Taproot fields were added in PSBT in PR 22558, so these restrictions are no longer necessary.
This commit is contained in:
@@ -67,7 +67,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