From 335cfd71fddc85586420dd7f1c7cf30ff1d833af Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 11 Sep 2019 14:48:39 -0400 Subject: [PATCH] remove whisper statement --- remix-simulator/src/provider.js | 1 - 1 file changed, 1 deletion(-) diff --git a/remix-simulator/src/provider.js b/remix-simulator/src/provider.js index 02675dbcff..9924f9bda3 100644 --- a/remix-simulator/src/provider.js +++ b/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()