Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion op-alt-da/commitment.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func (c Keccak256Commitment) CommitmentType() CommitmentType {
return Keccak256CommitmentType
}

// Encode adds a commitment type prefix self describing the commitment.
// Encode adds a commitment type prefix that describes the commitment.
func (c Keccak256Commitment) Encode() []byte {
return append([]byte{byte(Keccak256CommitmentType)}, c...)
}
Expand Down