Begin deprecating the old account_tx interface.

This commit is contained in:
JoelKatz
2013-11-26 19:52:39 -08:00
committed by Vinnie Falco
parent 858c3a5362
commit 2ce4ce4309
5 changed files with 12 additions and 23 deletions

View File

@@ -91,6 +91,7 @@ Json::Value rpcError (int iError, Json::Value jvResult)
{ rpcWRONG_SEED, "wrongSeed", "The regular key does not point as the master key." },
{ rpcTOO_BUSY, "tooBusy", "The server is too busy to help you now." },
{ rpcSLOW_DOWN, "slowDown", "You are placing too much load on the server." },
{ rpcATX_DEPRECATED, "deprecated", "Use the new API or specify a ledger range." },
};
int i;