Commit 1f4ca7b1 authored by yann300's avatar yann300

standard

parent 4b231d0b
......@@ -66,7 +66,6 @@ function connectWeb3 (ipcpath, cb) {
web3.eth.getBlockNumber(function (error) {
if (error) {
console.log('still trying to connect to node... ' + error)
} else {
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