forked from lthn/blockchain
build: minor whitespace fix
This commit is contained in:
parent
937365c3bf
commit
599b97d633
1 changed files with 1 additions and 1 deletions
|
|
@ -326,7 +326,7 @@ struct json_command_type_t
|
|||
{ \
|
||||
epee::json_rpc::error_response fail_resp = AUTO_VAL_INIT(fail_resp); \
|
||||
fail_resp.jsonrpc = "2.0"; \
|
||||
fail_resp.method = req.method; \
|
||||
fail_resp.method = req.method; \
|
||||
fail_resp.id = req.id; \
|
||||
fail_resp.error.code = -32603; \
|
||||
fail_resp.error.message = "Internal error"; \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue