1
0
Fork 0
forked from lthn/blockchain

build: minor whitespace fix

This commit is contained in:
sowle 2020-02-08 18:36:31 +03:00
parent 937365c3bf
commit 599b97d633
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -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"; \