Make to_block = latest explicit.

This commit is contained in:
Andreas Fackler 2018-04-01 11:09:51 +02:00
parent 1d7a512bce
commit d77c1edcd0
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ impl TopicFilterExt for ethabi::TopicFilter {
to_topic(self.topic3),
)
.from_block(web3::types::BlockNumber::Earliest)
.to_block(web3::types::BlockNumber::Latest)
}
}