Update text
This commit is contained in:
parent
2a61857990
commit
b1df72be3f
|
@ -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.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue