fix linting issues

pull/1/head
Iuri Matias 5 years ago
parent 7479275036
commit c868040406
  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