fix fee ui: offline case
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user