diff --git a/test/functional/rpc_psbt.py b/test/functional/rpc_psbt.py index cc443f6a7cf..35c694d7454 100755 --- a/test/functional/rpc_psbt.py +++ b/test/functional/rpc_psbt.py @@ -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"], [] ]