From 250af67908c13849dd54204ac85e0e67daaf1430 Mon Sep 17 00:00:00 2001 From: niftynei Date: Wed, 9 Sep 2020 16:29:08 -0500 Subject: [PATCH] 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. --- tests/test_wallet.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_wallet.py b/tests/test_wallet.py index 8e285cfc8..1f3b02fda 100644 --- a/tests/test_wallet.py +++ b/tests/test_wallet.py @@ -618,8 +618,6 @@ def test_utxopsbt(node_factory, bitcoind): reservedok=True) -@unittest.skipIf(TEST_NETWORK == 'liquid-regtest', - "See ElementsProject/lightning#3998") def test_sign_and_send_psbt(node_factory, bitcoind, chainparams): """ Tests for the sign + send psbt RPCs