1
0

submarine_swaps: small clean-up

This commit is contained in:
SomberNight
2020-06-18 18:18:33 +02:00
parent c887c910c6
commit 1849206394
3 changed files with 46 additions and 25 deletions

View File

@@ -480,6 +480,8 @@ class LNGossip(LNWorker):
class LNWallet(LNWorker):
lnwatcher: 'LNWalletWatcher'
def __init__(self, wallet: 'Abstract_Wallet', xprv):
Logger.__init__(self)
self.wallet = wallet