1
0
This commit is contained in:
SomberNight
2018-04-22 04:00:57 +02:00
parent e00499f040
commit d0352379d7
2 changed files with 26 additions and 3 deletions

View File

@@ -115,6 +115,9 @@ class Plugin(TrustedCoinPlugin):
if wallet.can_sign_without_server():
return
if wallet.billing_info is None:
self.start_request_thread(wallet)
window.show_error(_('Requesting account info from TrustedCoin server...') + '\n' +
_('Please try again.'))
return True
return False