From 89fa10b40b91bc9c85fb4a0cf7273687de88105c Mon Sep 17 00:00:00 2001 From: Nik Bougalis Date: Fri, 26 Feb 2016 16:53:36 -0800 Subject: [PATCH] Add description of rpcSENDMAX_MALFORMED error --- src/ripple/protocol/impl/ErrorCodes.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ripple/protocol/impl/ErrorCodes.cpp b/src/ripple/protocol/impl/ErrorCodes.cpp index f5d8443ac2..c6a97a515d 100644 --- a/src/ripple/protocol/impl/ErrorCodes.cpp +++ b/src/ripple/protocol/impl/ErrorCodes.cpp @@ -116,6 +116,7 @@ public: add (rpcTXN_NOT_FOUND, "txnNotFound", "Transaction not found."); add (rpcUNKNOWN_COMMAND, "unknownCmd", "Unknown method."); add (rpcWRONG_SEED, "wrongSeed", "The regular key does not point as the master key."); + add (rpcSENDMAX_MALFORMED, "sendMaxMalformed", "SendMax amount malformed."); } ErrorInfo const& get (error_code_i code) const