remove whisper statement

pull/7/head
Iuri Matias 5 years ago
parent 61e8922f1e
commit 335cfd71fd
  1. 1
      remix-simulator/src/provider.js

@ -23,7 +23,6 @@ var Provider = function (options) {
this.methods = merge(this.methods, (new Misc()).methods())
this.methods = merge(this.methods, (new Filters()).methods())
this.methods = merge(this.methods, (new Net()).methods())
this.methods = merge(this.methods, (new Whisper()).methods())
this.methods = merge(this.methods, (new Transactions(this.Accounts.accounts)).methods())
generateBlock()

Loading…
Cancel
Save