diff options
author | mydesktop <dev.mc2@gmail.com> | 2014-06-11 17:39:59 -0400 |
---|---|---|
committer | mydesktop <dev.mc2@gmail.com> | 2014-06-11 17:39:59 -0400 |
commit | ea99573f9905ee29e06df26779db265e98ce66a4 (patch) | |
tree | df7a9d2ce84622857b74c03f4c611fabe764c8e5 | |
parent | Fix for orphan fix (check blocksize) (diff) | |
download | monero-ea99573f9905ee29e06df26779db265e98ce66a4.tar.xz |
new error code for rpc
-rw-r--r-- | src/rpc/core_rpc_server_error_codes.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rpc/core_rpc_server_error_codes.h b/src/rpc/core_rpc_server_error_codes.h index 10785f8ab..273a8b8cb 100644 --- a/src/rpc/core_rpc_server_error_codes.h +++ b/src/rpc/core_rpc_server_error_codes.h @@ -13,7 +13,6 @@ #define CORE_RPC_ERROR_CODE_WRONG_BLOCKBLOB -6 #define CORE_RPC_ERROR_CODE_BLOCK_NOT_ACCEPTED -7 #define CORE_RPC_ERROR_CODE_CORE_BUSY -9 - - +#define CORE_RPC_ERROR_CODE_WRONG_BLOCKBLOB_SIZE -10 |