1
0

kivy: on tx broadcast, truncate error message

related #4593
This commit is contained in:
SomberNight
2018-07-31 14:03:08 +02:00
parent c9c8b7656d
commit 861640949e

View File

@@ -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():