From ea99573f9905ee29e06df26779db265e98ce66a4 Mon Sep 17 00:00:00 2001 From: mydesktop Date: Wed, 11 Jun 2014 17:39:59 -0400 Subject: [PATCH] new error code for rpc --- src/rpc/core_rpc_server_error_codes.h | 3 +-- 1 file changed, 1 insertion(+), 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