Skip to content

Commit c7dcfab

Browse files
committed
lnwatcher: remove unused class ListenerItem
1 parent c42201c commit c7dcfab

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

electrum/lnwatcher.py

-5
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@
2323
from .lnsweep import SweepInfo
2424
from .lnworker import LNWallet
2525

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
3126

3227
class TxMinedDepth(IntEnum):
3328
""" IntEnum because we call min() in get_deepest_tx_mined_depth_for_txids """

0 commit comments

Comments
 (0)