remove whisper statement

pull/5370/head
Iuri Matias 6 years ago
parent 04581b5260
commit a0b81f6de0
  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