Add description of rpcSENDMAX_MALFORMED error

This commit is contained in:
Nik Bougalis
2016-02-26 16:53:36 -08:00
parent 34e85ccb62
commit 89fa10b40b

View File

@@ -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