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:
rkrux
2026-05-13 17:06:51 +05:30
parent 1af8e0c4e8
commit 81348576cc

View File

@@ -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"],
[]
]