Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zjg555543 committed Nov 7, 2024
1 parent 31f6b0e commit 0ea3881
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sync/evmdownloader.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ func (d *EVMDownloaderImplementation) GetEventsByBlockRange(ctx context.Context,
)
return d.GetEventsByBlockRange(ctx, fromBlock, toBlock)
}
log.Infof("zjg, GetEventsByBlockRange, l.TxHash:%v", l.TxHash.String())
blocks = append(blocks, EVMBlock{
EVMBlockHeader: EVMBlockHeader{
Num: l.BlockNumber,
Expand Down

0 comments on commit 0ea3881

Please sign in to comment.