Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
ramtinms committed Oct 15, 2024
1 parent cd83f74 commit b7d02c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fvm/evm/offchain/sync/replayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func NewReplayer(
// OnBlockReceived is called when a new block is received
// (including all the related transaction executed events)
// this method can be called concurrently if underlying storage
// and block snapshot provider support it.
// tracer and block snapshot provider support concurrency.
func (cr *Replayer) OnBlockReceived(
transactionEvents []events.TransactionEventPayload,
blockEvent *events.BlockEventPayload,
Expand Down

0 comments on commit b7d02c6

Please sign in to comment.