mirror of https://github.com/status-im/web3.js.git
doesn't set topics in allevents.js
This commit is contained in:
parent
0ba73a0da5
commit
917de4b852
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue