Re-enable PSBT tests for Liquid except test_sign_and_send_psbt

This commit is contained in:
Greg Sanders
2023-02-06 16:57:58 -05:00
committed by Rusty Russell
parent 908f834d66
commit cb7caa3139
6 changed files with 150 additions and 42 deletions

View File

@@ -547,6 +547,7 @@ class ElementsD(BitcoinD):
'-nowallet',
'-validatepegin=0',
'-con_blocksubsidy=5000000000',
'-acceptnonstdtxn=1', # FIXME Issues such as dust limit interacting with anchors
]
conf_file = os.path.join(bitcoin_dir, 'elements.conf')
config['rpcport'] = self.rpcport