-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jrpc2: improve error for 'eth backend missing logs for block'
This commit also changed the block that we request for missing logs detection. We used to request the fromBlock, but it should be to toBlock. This was liekly not an issue because in the cases where the provider is missing the block/logs the fromBlock == toBlock.
- Loading branch information
1 parent
a7ed2dd
commit 6a07b72
Showing
2 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters