Improve tecNO_ALTERNATIVE_KEY error text (RIPD-182)

This commit is contained in:
Scott Schurr
2015-09-30 13:04:36 -07:00
committed by Vinnie Falco
parent b44d68ea5d
commit 434a63fa07

View File

@@ -48,7 +48,7 @@ bool transResultInfo (TER code, std::string& token, std::string& text)
{ tecNO_LINE_REDUNDANT, "tecNO_LINE_REDUNDANT", "Can't set non-existent line to default." },
{ tecPATH_DRY, "tecPATH_DRY", "Path could not send partial amount." },
{ tecPATH_PARTIAL, "tecPATH_PARTIAL", "Path could not send full amount." },
{ tecNO_ALTERNATIVE_KEY, "tecNO_ALTERNATIVE_KEY", "The operation would remove the last way to sign a transaction."},
{ tecNO_ALTERNATIVE_KEY, "tecNO_ALTERNATIVE_KEY", "The operation would remove the ability to sign transactions with the account."},
{ tecNO_REGULAR_KEY, "tecNO_REGULAR_KEY", "Regular key is not set." },
{ tecOVERSIZE, "tecOVERSIZE", "Object exceeded serialization limits." },