1
0

watchtower: watch new channels

This commit is contained in:
bitromortac
2021-09-27 10:31:44 +02:00
parent 11146d352f
commit ff61020dd2
4 changed files with 21 additions and 11 deletions

View File

@@ -306,7 +306,7 @@ class WatchTowerServer(AuthenticatedServer):
await site.start()
async def get_ctn(self, *args):
return await self.lnwatcher.sweepstore.get_ctn(*args)
return await self.lnwatcher.get_ctn(*args)
async def add_sweep_tx(self, *args):
return await self.lnwatcher.sweepstore.add_sweep_tx(*args)