1
0

fix display of short_channel_id for channel backups

This commit is contained in:
ThomasV
2020-06-19 19:38:19 +02:00
parent ea329063bf
commit b06daaa669
3 changed files with 13 additions and 6 deletions

View File

@@ -1436,7 +1436,7 @@ class LNBackups(Logger):
pass
async def on_channel_update(self, chan):
pass
util.trigger_callback('channel', self.wallet, chan)
def channel_by_txo(self, txo):
with self.lock: