diff --git a/go/common/enclave.go b/go/common/enclave.go index d364c38aeb..5b616b8fdb 100644 --- a/go/common/enclave.go +++ b/go/common/enclave.go @@ -109,10 +109,10 @@ type Enclave interface { // GetBatch - retrieve a batch if existing within the enclave db. GetBatch(hash L2BatchHash) (*ExtBatch, SystemError) - // GetBatchBySeqNo - retrieve batch by sequencer number if it's in the db + // GetBatchBySeqNo - retrieve batch by sequencer number if it's in the db. GetBatchBySeqNo(seqNo uint64) (*ExtBatch, SystemError) - //GetRollupData - retrieve the first batch sequence and start time for a given rollup + // GetRollupData - retrieve the first batch sequence and start time for a given rollup. GetRollupData(internalRollup []byte) (*big.Int, *uint64, SystemError) // CreateBatch - creates a new head batch extending the previous one for the latest known L1 head if the node is