From 917de4b85280c23be7c49bad1da370347e2e516a Mon Sep 17 00:00:00 2001 From: Marek Kotewicz Date: Mon, 20 Jul 2015 15:20:54 +0200 Subject: [PATCH] doesn't set topics in allevents.js --- lib/web3/allevents.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/web3/allevents.js b/lib/web3/allevents.js index 1906430..37e9cf0 100644 --- a/lib/web3/allevents.js +++ b/lib/web3/allevents.js @@ -42,7 +42,6 @@ AllSolidityEvents.prototype.encode = function (options) { result[f] = formatters.inputBlockNumberFormatter(options[f]); }); - result.topics = [null, null, null, null, null]; // match all topics result.address = this._address; return result;