SomberNight
7 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
0 deletions
-
electrum/gui/kivy/main_window.py
|
|
@ -886,6 +886,7 @@ class ElectrumWindow(App): |
|
|
|
self.wallet.invoices.save() |
|
|
|
self.update_tab('invoices') |
|
|
|
else: |
|
|
|
msg = msg[:500] if msg else _('There was an error broadcasting the transaction.') |
|
|
|
self.show_error(msg) |
|
|
|
|
|
|
|
if self.network and self.network.is_connected(): |
|
|
|