mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
pytest: Skip test_feerates for elements
This commit is contained in:
committed by
Rusty Russell
parent
d46d82eeff
commit
0260a4d212
@@ -1426,6 +1426,7 @@ def test_ipv4_and_ipv6(node_factory):
|
|||||||
assert int(bind[0]['port']) == port
|
assert int(bind[0]['port']) == port
|
||||||
|
|
||||||
|
|
||||||
|
@unittest.skipIf(TEST_NETWORK == 'liquid-regtest', "Fees on elements are different")
|
||||||
@unittest.skipIf(
|
@unittest.skipIf(
|
||||||
not DEVELOPER or DEPRECATED_APIS, "Without DEVELOPER=1 we snap to "
|
not DEVELOPER or DEPRECATED_APIS, "Without DEVELOPER=1 we snap to "
|
||||||
"FEERATE_FLOOR on testnets, and we test the new API."
|
"FEERATE_FLOOR on testnets, and we test the new API."
|
||||||
|
|||||||
Reference in New Issue
Block a user