1
0

fix fee ui: offline case

This commit is contained in:
SomberNight
2017-12-30 01:10:20 +01:00
parent 9d4dd20b23
commit 6f954090e6
3 changed files with 24 additions and 8 deletions

View File

@@ -47,6 +47,12 @@ def normalize_version(v):
class NotEnoughFunds(Exception): pass
class NoDynamicFeeEstimates(Exception):
def __str__(self):
return _('Dynamic fee estimates not available')
class InvalidPassword(Exception):
def __str__(self):
return _("Incorrect password")