From 434a63fa0791eec0b285d3b9df52b6296c2e179d Mon Sep 17 00:00:00 2001 From: Scott Schurr Date: Wed, 30 Sep 2015 13:04:36 -0700 Subject: [PATCH] Improve tecNO_ALTERNATIVE_KEY error text (RIPD-182) --- src/ripple/protocol/impl/TER.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ripple/protocol/impl/TER.cpp b/src/ripple/protocol/impl/TER.cpp index a2f2d05084..a16189513e 100644 --- a/src/ripple/protocol/impl/TER.cpp +++ b/src/ripple/protocol/impl/TER.cpp @@ -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." },