diff --git a/lib/tests/test.js b/lib/tests/test.js index 4dee221f..bbc9ff29 100644 --- a/lib/tests/test.js +++ b/lib/tests/test.js @@ -208,7 +208,8 @@ class Test { showNodeHttpWarning() { if (this.options.node.startsWith('http')) { - this.engine.logger.warn("You are using http to connect to the node, as a result the gas details won't be correct"); + this.engine.logger.warn("You are using http to connect to the node, as a result the gas details won't be correct." + + " For correct gas details reporting, please use a websockets connection to your node."); } }