From d4cdbd6fb6ac3663d069307c4fd0078f4ecf0245 Mon Sep 17 00:00:00 2001 From: John Newbery Date: Fri, 11 Aug 2017 11:25:06 -0400 Subject: [rpc] Deprecate estimatefee RPC Deprecate estimatefee in v0.16, for final removal in v0.17. This commit introduces a phased removal of RPC methods. RPC method is disabled by default in version x, but can be enabled by using the `-deprecatedrpc=` argument. RPC method is removed entirely in version (x+1). --- src/rpc/protocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rpc/protocol.h') diff --git a/src/rpc/protocol.h b/src/rpc/protocol.h index 5c9c64f67d..056f93e7db 100644 --- a/src/rpc/protocol.h +++ b/src/rpc/protocol.h @@ -57,6 +57,7 @@ enum RPCErrorCode RPC_VERIFY_REJECTED = -26, //!< Transaction or block was rejected by network rules RPC_VERIFY_ALREADY_IN_CHAIN = -27, //!< Transaction already in chain RPC_IN_WARMUP = -28, //!< Client still warming up + RPC_METHOD_DEPRECATED = -32, //!< RPC method is deprecated //! Aliases for backward compatibility RPC_TRANSACTION_ERROR = RPC_VERIFY_ERROR, -- cgit v1.2.3