mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-21 18:48:29 +00:00
re-add from field for whisper
This commit is contained in:
parent
0563dba4ee
commit
03479e0107
2
dist/web3-light.js
vendored
2
dist/web3-light.js
vendored
@ -3371,9 +3371,9 @@ var getOptions = function (options) {
|
||||
return (utils.isArray(topic)) ? topic.map(toTopic) : toTopic(topic);
|
||||
});
|
||||
|
||||
// lazy load
|
||||
return {
|
||||
topics: options.topics,
|
||||
from: options.from,
|
||||
to: options.to,
|
||||
address: options.address,
|
||||
fromBlock: formatters.inputBlockNumberFormatter(options.fromBlock),
|
||||
|
2
dist/web3-light.min.js
vendored
2
dist/web3-light.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/web3.js
vendored
2
dist/web3.js
vendored
@ -3371,9 +3371,9 @@ var getOptions = function (options) {
|
||||
return (utils.isArray(topic)) ? topic.map(toTopic) : toTopic(topic);
|
||||
});
|
||||
|
||||
// lazy load
|
||||
return {
|
||||
topics: options.topics,
|
||||
from: options.from,
|
||||
to: options.to,
|
||||
address: options.address,
|
||||
fromBlock: formatters.inputBlockNumberFormatter(options.fromBlock),
|
||||
|
2
dist/web3.js.map
vendored
2
dist/web3.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/web3.min.js
vendored
2
dist/web3.min.js
vendored
File diff suppressed because one or more lines are too long
@ -63,9 +63,9 @@ var getOptions = function (options) {
|
||||
return (utils.isArray(topic)) ? topic.map(toTopic) : toTopic(topic);
|
||||
});
|
||||
|
||||
// lazy load
|
||||
return {
|
||||
topics: options.topics,
|
||||
from: options.from,
|
||||
to: options.to,
|
||||
address: options.address,
|
||||
fromBlock: formatters.inputBlockNumberFormatter(options.fromBlock),
|
||||
|
Loading…
x
Reference in New Issue
Block a user