diff --git a/fvm/evm/offchain/sync/replayer.go b/fvm/evm/offchain/sync/replayer.go index 03785df589e..2b98bc8644b 100644 --- a/fvm/evm/offchain/sync/replayer.go +++ b/fvm/evm/offchain/sync/replayer.go @@ -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,