Skip to content

Commit

Permalink
fixup! pytest: Add a test to reproduce #4258
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Dec 5, 2020
1 parent 10f842e commit fec9f6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_wallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -1175,6 +1175,9 @@ def test_multiwithdraw_simple(node_factory, bitcoind):
assert only_one(funds3)["amount_msat"] == amount3


@unittest.skipIf(
TEST_NETWORK == 'liquid-regtest',
'Blinded elementsd addresses are not recognized')
def test_repro_4258(node_factory, bitcoind):
"""Reproduces issue #4258, invalid output encoding for txprepare.
"""
Expand Down

0 comments on commit fec9f6a

Please sign in to comment.