From 0e4f0c73bae71827baa0fd5298b68a5922dd0f5b Mon Sep 17 00:00:00 2001 From: Aviv Eyal Date: Wed, 28 Jul 2021 19:48:07 +0300 Subject: [PATCH] removed spaces from config file example Because having them will panic the node on startup. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7d3874..e31042e 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ config file: ```json { "api" : { - "grpc": "node, mesh, globalstate, transaction, smesher" + "grpc": "node,mesh,globalstate,transaction,smesher" } } ```