diff options
Diffstat (limited to 'dist/ethereum.js')
-rw-r--r-- | dist/ethereum.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/ethereum.js b/dist/ethereum.js index fc7bf09ca..0e160b93e 100644 --- a/dist/ethereum.js +++ b/dist/ethereum.js @@ -708,6 +708,7 @@ var Filter = function(options, impl) { // evaluate lazy properties options = { to: options.to, + topic: options.topic, topics: options.topics, earliest: options.earliest, latest: options.latest, |