commit dcb34033fae65a43eb28404c6c1698d459444b89
parent 40dddbc769ec88818ba7f5b83dcf868947e59304
Author: Joris Vink <joris@coders.se>
Date: Fri, 8 May 2020 22:43:12 +0200
trailing whitespace
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/jsonrpc.c b/src/jsonrpc.c
@@ -156,7 +156,7 @@ parse_json_body(struct jsonrpc_request *req)
{
static const char *proto_path[] = { "jsonrpc", NULL };
static const char *id_path[] = { "id", NULL };
- static const char *method_path[] = { "method", NULL };
+ static const char *method_path[] = { "method", NULL };
static const char *params_path[] = { "params", NULL };
/* Check protocol first. */