fix linting issues

pull/1/head
Iuri Matias 5 years ago
parent 222e698e92
commit 4efd18048a
  1. 2
      src/app/tabs/runTab/model/blockchain.js

@ -249,7 +249,7 @@ class Blockchain {
return this.executionContext.web3()
}
getTxListener(opts) {
getTxListener (opts) {
const txlistener = new Txlistener(opts, this.executionContext)
return txlistener
}

Loading…
Cancel
Save