Skip to content

Commit

Permalink
Update dataavailability/datacommittee/datacommittee.go
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Negovanović <[email protected]>
  • Loading branch information
joanestebanr and Stefan-Ethernal committed Jul 25, 2024
1 parent 1fc99d7 commit 06aa68c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dataavailability/datacommittee/datacommittee.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ import (
"golang.org/x/net/context"
)

const unexpectedHashTemplate = "missmatch on transaction data. Expected hash %s, actual hash: %s"
const translateContextName = "dataCommittee"
const (
unexpectedHashTemplate = "missmatch on transaction data. Expected hash %s, actual hash: %s"
translateContextName = "dataCommittee"
)

// DataCommitteeMember represents a member of the Data Committee
type DataCommitteeMember struct {
Expand Down

0 comments on commit 06aa68c

Please sign in to comment.