re-add from field for whisper

This commit is contained in:
Fabian Vogelsteller 2015-11-26 11:19:15 +01:00
parent 0563dba4ee
commit 03479e0107
6 changed files with 6 additions and 6 deletions

2
dist/web3-light.js vendored
View File

@ -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),

File diff suppressed because one or more lines are too long

2
dist/web3.js vendored
View File

@ -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

File diff suppressed because one or more lines are too long

2
dist/web3.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -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),