mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-21 16:14:23 +01:00
tests: promote method to utility file
We'll reuse it later
This commit is contained in:
@@ -2,7 +2,7 @@ from fixtures import * # noqa: F401,F403
|
||||
from fixtures import TEST_NETWORK
|
||||
from pyln.client import RpcError, Millisatoshi
|
||||
from utils import (
|
||||
only_one, wait_for, sync_blockheight, first_channel_id
|
||||
only_one, wait_for, sync_blockheight, first_channel_id, calc_lease_fee
|
||||
)
|
||||
|
||||
import pytest
|
||||
|
||||
Reference in New Issue
Block a user