Skip to content

Commit

Permalink
(NOBIDS) fix getting eth1 deposit logs prior to genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbitfly committed Sep 27, 2023
1 parent 966fa73 commit 654b273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/eth1.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func eth1DepositsExporter() {
if toBlock > eth1LookBack {
fromBlock = toBlock - eth1LookBack
} else {
fromBlock = 1
fromBlock = 0
}
}

Expand Down

0 comments on commit 654b273

Please sign in to comment.