lnwatcher: remove unused class ListenerItem
This commit is contained in:
@@ -23,11 +23,6 @@ if TYPE_CHECKING:
|
|||||||
from .lnsweep import SweepInfo
|
from .lnsweep import SweepInfo
|
||||||
from .lnworker import LNWallet
|
from .lnworker import LNWallet
|
||||||
|
|
||||||
class ListenerItem(NamedTuple):
|
|
||||||
# this is triggered when the lnwatcher is all done with the outpoint used as index in LNWatcher.tx_progress
|
|
||||||
all_done : asyncio.Event
|
|
||||||
# txs we broadcast are put on this queue so that the test can wait for them to get mined
|
|
||||||
tx_queue : asyncio.Queue
|
|
||||||
|
|
||||||
class TxMinedDepth(IntEnum):
|
class TxMinedDepth(IntEnum):
|
||||||
""" IntEnum because we call min() in get_deepest_tx_mined_depth_for_txids """
|
""" IntEnum because we call min() in get_deepest_tx_mined_depth_for_txids """
|
||||||
|
|||||||
Reference in New Issue
Block a user