From db365f1870061f5c249f212350883c5ac752fc6f Mon Sep 17 00:00:00 2001 From: emizzle Date: Thu, 20 Sep 2018 23:00:11 +1000 Subject: [PATCH] fix typo --- templates/boilerplate/config/blockchain.js | 2 +- templates/demo/config/blockchain.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/boilerplate/config/blockchain.js b/templates/boilerplate/config/blockchain.js index 73fe9445c..4b929d114 100644 --- a/templates/boilerplate/config/blockchain.js +++ b/templates/boilerplate/config/blockchain.js @@ -52,7 +52,7 @@ module.exports = { mineWhenNeeded: true, // -- genesisBlock -- // This option is only valid when mineWhenNeeded is true (which is only valid if isDev is false). - // When enabled, geth uses POW to mine transactions at it would normally, instead of using POA as it does in --dev mode. + // When enabled, geth uses POW to mine transactions as it would normally, instead of using POA as it does in --dev mode. // On the first `embark blockchain or embark run` after this option is enabled, geth will create a new chain with a // genesis block, which can be configured using the `genesisBlock` configuration option below. genesisBlock: "config/privatenet/genesis.json", // Genesis block to initiate on first creation of a development node diff --git a/templates/demo/config/blockchain.js b/templates/demo/config/blockchain.js index 83106ce61..f3428c718 100644 --- a/templates/demo/config/blockchain.js +++ b/templates/demo/config/blockchain.js @@ -52,7 +52,7 @@ module.exports = { mineWhenNeeded: true, // -- genesisBlock -- // This option is only valid when mineWhenNeeded is true (which is only valid if isDev is false). - // When enabled, geth uses POW to mine transactions at it would normally, instead of using POA as it does in --dev mode. + // When enabled, geth uses POW to mine transactions as it would normally, instead of using POA as it does in --dev mode. // On the first `embark blockchain or embark run` after this option is enabled, geth will create a new chain with a // genesis block, which can be configured using the `genesisBlock` configuration option below. genesisBlock: "config/privatenet/genesis.json", // Genesis block to initiate on first creation of a development node