follow-up 5610a94537
This commit is contained in:
@@ -63,9 +63,9 @@ class LNWatcher(Logger, EventListener):
|
|||||||
await self.trigger_callbacks()
|
await self.trigger_callbacks()
|
||||||
|
|
||||||
@event_listener
|
@event_listener
|
||||||
async def on_event_adb_added_tx(self, wallet):
|
async def on_event_adb_added_tx(self, adb, tx_hash, tx):
|
||||||
# called if we add local tx
|
# called if we add local tx
|
||||||
if wallet.adb != self.adb:
|
if adb != self.adb:
|
||||||
return
|
return
|
||||||
await self.trigger_callbacks()
|
await self.trigger_callbacks()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user