Update text

This commit is contained in:
Anthony Laibe 2018-09-19 13:46:39 +01:00
parent 2a61857990
commit b1df72be3f
1 changed files with 2 additions and 1 deletions

View File

@ -208,7 +208,8 @@ class Test {
showNodeHttpWarning() { showNodeHttpWarning() {
if (this.options.node.startsWith('http')) { 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.");
} }
} }