diff options
author | Marek Kotewicz <marek.kotewicz@gmail.com> | 2015-01-29 22:36:13 +0800 |
---|---|---|
committer | Marek Kotewicz <marek.kotewicz@gmail.com> | 2015-01-29 22:36:13 +0800 |
commit | e38046253201806dfb0b49e26da1aedf3a8a8bb8 (patch) | |
tree | 1c2197a725137c41e67f3d9f1fba02aa4b4287e4 /dist/ethereum.js | |
parent | 94e0e5ab7d8ec9adcd03fedc3abe5cf6444a5123 (diff) | |
download | go-tangerine-e38046253201806dfb0b49e26da1aedf3a8a8bb8.tar go-tangerine-e38046253201806dfb0b49e26da1aedf3a8a8bb8.tar.gz go-tangerine-e38046253201806dfb0b49e26da1aedf3a8a8bb8.tar.bz2 go-tangerine-e38046253201806dfb0b49e26da1aedf3a8a8bb8.tar.lz go-tangerine-e38046253201806dfb0b49e26da1aedf3a8a8bb8.tar.xz go-tangerine-e38046253201806dfb0b49e26da1aedf3a8a8bb8.tar.zst go-tangerine-e38046253201806dfb0b49e26da1aedf3a8a8bb8.zip |
topic for backwards compatibility
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, |