1
0

qt paytoedit: properly handle multiple max ('!') outputs

This commit is contained in:
SomberNight
2020-01-18 04:12:45 +01:00
parent 5cfafff55d
commit 6d270364c6
3 changed files with 9 additions and 4 deletions

View File

@@ -155,6 +155,11 @@ class NoDynamicFeeEstimates(Exception):
return _('Dynamic fee estimates not available')
class MultipleSpendMaxTxOutputs(Exception):
def __str__(self):
return _('At most one output can be set to spend max')
class InvalidPassword(Exception):
def __str__(self):
return _("Incorrect password")