fixup prev

This commit is contained in:
SomberNight
2026-03-20 13:49:16 +00:00
parent 03e95accdc
commit 2ea8d11524
+1 -1
View File
@@ -198,7 +198,7 @@ class QEWallet(AuthMixin, QObject, QtEventListener):
self.invoiceStatusChanged.emit(key, status)
@qt_event_listener
def on_event_new_transaction(self, wallet: Abstract_Wallet, tx: Transaction):
def on_event_new_transaction(self, wallet: 'Abstract_Wallet', tx: Transaction):
if wallet == self.wallet:
self._logger.info(f'new transaction {tx.txid()}')
self.add_tx_notification(tx)