fix: regtest nodemanager lndrest issue (#3166)

This commit is contained in:
dni ⚡
2025-05-20 09:23:59 +02:00
committed by GitHub
parent 4a0ef7fa1a
commit cbbba5c4c7
+4
View File
@@ -152,6 +152,10 @@ async def test_set_channel_fees(node_client):
@pytest.mark.anyio
@pytest.mark.skipif(
funding_source.__class__.__name__ == "LndRestWallet",
reason="Lndrest is slow / async with channel commands",
)
async def test_channel_management(node_client):
async def get_channels():
# lndrest is slow / async with channel commands