From 2e33678354abb705586a58e31fac76c9b9fde924 Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 6 Mar 2014 15:57:57 -0700 Subject: [PATCH] Missing comma in readme example config --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d60b42..0d23c3b 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ Description of options: }, "address": "mi4iBXbBsydtcc5yFmsff2zCFVX4XG7qJc", //Address to where block rewards are given - "blockRefreshInterval": 1000 //How often to poll RPC daemons for new blocks, in milliseconds + "blockRefreshInterval": 1000, //How often to poll RPC daemons for new blocks, in milliseconds //instanceId: 37, //Recommend not using this because a crypto-random one will be generated /* Some attackers will create thousands of workers that use up all available socket connections,