Skip to content

Commit

Permalink
address pr comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor-malene committed Oct 2, 2023
1 parent bb6fd31 commit a6f6ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/enclave/components/interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ type BatchExecutor interface {
}

type BatchRegistry interface {
// BatchesAfter - Given a hash, will return batches following it until the head batch
// BatchesAfter - Given a hash, will return batches following it until the head batch and the l1 blocks referenced by those batches
BatchesAfter(batchSeqNo uint64, upToL1Height uint64, rollupLimiter limiters.RollupLimiter) ([]*core.Batch, []*types.Block, error)

// GetBatchStateAtHeight - creates a stateDB that represents the state committed when
Expand Down

0 comments on commit a6f6ba6

Please sign in to comment.