Commit 335cfd71 authored by Iuri Matias's avatar Iuri Matias

remove whisper statement

parent 61e8922f
......@@ -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()
......
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