We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c42201c commit c7dcfabCopy full SHA for c7dcfab
electrum/lnwatcher.py
@@ -23,11 +23,6 @@
23
from .lnsweep import SweepInfo
24
from .lnworker import LNWallet
25
26
-class ListenerItem(NamedTuple):
27
- # this is triggered when the lnwatcher is all done with the outpoint used as index in LNWatcher.tx_progress
28
- all_done : asyncio.Event
29
- # txs we broadcast are put on this queue so that the test can wait for them to get mined
30
- tx_queue : asyncio.Queue
31
32
class TxMinedDepth(IntEnum):
33
""" IntEnum because we call min() in get_deepest_tx_mined_depth_for_txids """
0 commit comments