mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-26 14:54:21 +00:00
[trival] Fix typo introduced into rpc/protocol.h in commit 338bf06
The typo was introduced in commit 338bf065a454fee76d9dfa9c7a36161cac72309f, which was merged yesterday. Changes summarized to facilitate reviewing: * exampled → example
This commit is contained in:
parent
b403ec5c0f
commit
9ea249014a
@ -39,7 +39,7 @@ enum RPCErrorCode
|
|||||||
RPC_METHOD_NOT_FOUND = -32601,
|
RPC_METHOD_NOT_FOUND = -32601,
|
||||||
RPC_INVALID_PARAMS = -32602,
|
RPC_INVALID_PARAMS = -32602,
|
||||||
// RPC_INTERNAL_ERROR should only be used for genuine errors in bitcoind
|
// RPC_INTERNAL_ERROR should only be used for genuine errors in bitcoind
|
||||||
// (for exampled datadir corruption).
|
// (for example datadir corruption).
|
||||||
RPC_INTERNAL_ERROR = -32603,
|
RPC_INTERNAL_ERROR = -32603,
|
||||||
RPC_PARSE_ERROR = -32700,
|
RPC_PARSE_ERROR = -32700,
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user