mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-25 13:05:49 +00:00
Add description of rpcSENDMAX_MALFORMED error
This commit is contained in:
@@ -116,6 +116,7 @@ public:
|
|||||||
add (rpcTXN_NOT_FOUND, "txnNotFound", "Transaction not found.");
|
add (rpcTXN_NOT_FOUND, "txnNotFound", "Transaction not found.");
|
||||||
add (rpcUNKNOWN_COMMAND, "unknownCmd", "Unknown method.");
|
add (rpcUNKNOWN_COMMAND, "unknownCmd", "Unknown method.");
|
||||||
add (rpcWRONG_SEED, "wrongSeed", "The regular key does not point as the master key.");
|
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
|
ErrorInfo const& get (error_code_i code) const
|
||||||
|
|||||||
Reference in New Issue
Block a user