mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 00:24:19 +01:00
Re-enable PSBT tests for Liquid except test_sign_and_send_psbt
This commit is contained in:
committed by
Rusty Russell
parent
908f834d66
commit
cb7caa3139
@@ -436,7 +436,7 @@ def test_htlc_in_timeout(node_factory, bitcoind, executor):
|
||||
l2.daemon.wait_for_log('onchaind complete, forgetting peer')
|
||||
|
||||
|
||||
@unittest.skipIf(not TEST_NETWORK == 'regtest', 'must be on bitcoin network')
|
||||
@unittest.skipIf(TEST_NETWORK == 'liquid-regtest', 'must be on bitcoin network')
|
||||
@pytest.mark.developer("needs DEVELOPER=1")
|
||||
def test_bech32_funding(node_factory, chainparams):
|
||||
# Don't get any funds from previous runs.
|
||||
@@ -461,7 +461,6 @@ def test_bech32_funding(node_factory, chainparams):
|
||||
assert only_one(fundingtx['vin'])['txid'] == res['wallettxid']
|
||||
|
||||
|
||||
@unittest.skipIf(not TEST_NETWORK == 'regtest', 'no support for PSETv0')
|
||||
def test_withdraw_misc(node_factory, bitcoind, chainparams):
|
||||
def dont_spend_outputs(n, txid):
|
||||
"""Reserve both outputs (we assume there are two!) in case any our ours, so we don't spend change: wrecks accounting checks"""
|
||||
|
||||
Reference in New Issue
Block a user