1
0

lnwatcher improvements

- only try sweeping csv-locked to_local if past timelock
- check if outputs are already spent
- no need to keep watching channels for which all outputs are spent and mined deep
This commit is contained in:
SomberNight
2018-07-16 17:01:18 +02:00
committed by ThomasV
parent d740475e7a
commit 66817d41f9
2 changed files with 193 additions and 113 deletions

View File

@@ -355,7 +355,6 @@ class AddressSynchronizer(Logger):
# Store fees
self.db.update_tx_fees(tx_fees)
@profiler
def load_local_history(self):
self._history_local = {} # address -> set(txid)