mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
fix notifications
This commit is contained in:
parent
d52d5276f8
commit
6faf1acc05
1 changed files with 3 additions and 0 deletions
|
@ -459,6 +459,9 @@ class ElectrumWindow(QMainWindow):
|
|||
|
||||
|
||||
def notify_transactions(self):
|
||||
if not self.network.is_connected():
|
||||
return
|
||||
|
||||
print_error("Notifying GUI")
|
||||
if len(self.network.interface.pending_transactions_for_notifications) > 0:
|
||||
# Combine the transactions if there are more then three
|
||||
|
|
Loading…
Add table
Reference in a new issue