mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-03 10:46:58 +01:00
elements: run sign + send psbt check for elements tests
Now that we're using an 'elements' witness_utxo and issue 3998 has been resolved, this should work as expected.
This commit is contained in:
parent
273f0991b0
commit
250af67908
1 changed files with 0 additions and 2 deletions
|
@ -618,8 +618,6 @@ def test_utxopsbt(node_factory, bitcoind):
|
||||||
reservedok=True)
|
reservedok=True)
|
||||||
|
|
||||||
|
|
||||||
@unittest.skipIf(TEST_NETWORK == 'liquid-regtest',
|
|
||||||
"See ElementsProject/lightning#3998")
|
|
||||||
def test_sign_and_send_psbt(node_factory, bitcoind, chainparams):
|
def test_sign_and_send_psbt(node_factory, bitcoind, chainparams):
|
||||||
"""
|
"""
|
||||||
Tests for the sign + send psbt RPCs
|
Tests for the sign + send psbt RPCs
|
||||||
|
|
Loading…
Add table
Reference in a new issue