Commit 1f4ca7b1 authored by yann300's avatar yann300

standard

parent 4b231d0b
...@@ -66,7 +66,6 @@ function connectWeb3 (ipcpath, cb) { ...@@ -66,7 +66,6 @@ function connectWeb3 (ipcpath, cb) {
web3.eth.getBlockNumber(function (error) { web3.eth.getBlockNumber(function (error) {
if (error) { if (error) {
console.log('still trying to connect to node... ' + error) console.log('still trying to connect to node... ' + error)
} else { } else {
cb(web3) cb(web3)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment