Skip to content

Commit

Permalink
gofumpt?
Browse files Browse the repository at this point in the history
  • Loading branch information
badgersrus committed Feb 27, 2024
1 parent c1c4673 commit c2be5ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/common/enclave.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c2be5ee

Please sign in to comment.