diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-06-16 14:27:26 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-06-16 14:27:27 +0200 |
commit | 754aae51488c810f3a3cf6651c88849a209ca545 (patch) | |
tree | 7f1e33dfa8e8b2c06318a9c110e3342b5f2b4f4b /src/rpcprotocol.h | |
parent | a903ad7e9cafb73f65dc78601dbef1c3c7b4fe0f (diff) | |
parent | 60dbe730164552128d9b79b5120b4b5e9d456bbb (diff) |
Merge pull request #6271
60dbe73 New RPC command disconnectnode (Alex van der Peet)
Diffstat (limited to 'src/rpcprotocol.h')
-rw-r--r-- | src/rpcprotocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcprotocol.h b/src/rpcprotocol.h index b9fa091955..ecd7c1f7df 100644 --- a/src/rpcprotocol.h +++ b/src/rpcprotocol.h @@ -63,6 +63,7 @@ enum RPCErrorCode RPC_CLIENT_IN_INITIAL_DOWNLOAD = -10, //! Still downloading initial blocks RPC_CLIENT_NODE_ALREADY_ADDED = -23, //! Node is already added RPC_CLIENT_NODE_NOT_ADDED = -24, //! Node has not been added before + RPC_CLIENT_NODE_NOT_CONNECTED = -29, //! Node to disconnect not found in connected nodes //! Wallet errors RPC_WALLET_ERROR = -4, //! Unspecified problem with wallet (key not found etc.) |