mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-13 19:46:39 +00:00
topic for backwards compatibility
This commit is contained in:
parent
94e0e5ab7d
commit
e380462532
4 changed files with 5 additions and 3 deletions
1
dist/ethereum.js
vendored
1
dist/ethereum.js
vendored
|
|
@ -708,6 +708,7 @@ var Filter = function(options, impl) {
|
||||||
// evaluate lazy properties
|
// evaluate lazy properties
|
||||||
options = {
|
options = {
|
||||||
to: options.to,
|
to: options.to,
|
||||||
|
topic: options.topic,
|
||||||
topics: options.topics,
|
topics: options.topics,
|
||||||
earliest: options.earliest,
|
earliest: options.earliest,
|
||||||
latest: options.latest,
|
latest: options.latest,
|
||||||
|
|
|
||||||
4
dist/ethereum.js.map
vendored
4
dist/ethereum.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/ethereum.min.js
vendored
2
dist/ethereum.min.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -35,6 +35,7 @@ var Filter = function(options, impl) {
|
||||||
// evaluate lazy properties
|
// evaluate lazy properties
|
||||||
options = {
|
options = {
|
||||||
to: options.to,
|
to: options.to,
|
||||||
|
topic: options.topic,
|
||||||
topics: options.topics,
|
topics: options.topics,
|
||||||
earliest: options.earliest,
|
earliest: options.earliest,
|
||||||
latest: options.latest,
|
latest: options.latest,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue