Age | Commit message (Collapse) | Author |
|
The typo was introduced in commit 338bf065a454fee76d9dfa9c7a36161cac72309f, which was merged yesterday.
Changes summarized to facilitate reviewing:
* exampled → example
|
|
RPC_INVALID_REQUEST and RPC_METHOD_NOT_FOUND are mapped internally to
HTTP error codes and should not be used for application-layer errors.
This commit adds commenting around those definitions to warn not to use
them for application errors.
|
|
Edited via:
$ contrib/devtools/copyright_header.py update .
|
|
This is more consistent with `JSONRPCReplyObj`.
|
|
|
|
|
|
|