mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-10 22:16:20 +00:00
Update text
This commit is contained in:
parent
2a61857990
commit
b1df72be3f
@ -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.");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user