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.

Github-Pull: #35279
Rebased-From: 81348576cc
This commit is contained in:
rkrux
2026-05-13 17:06:51 +05:30
committed by fanquake
parent dbaf0f4fd3
commit 101071722e

View File

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