Skip to content

Commit

Permalink
typo (#5095)
Browse files Browse the repository at this point in the history
Signed-off-by: Hagar Meir <hagar.meir@ibm.com>
  • Loading branch information
HagarMeir authored Jan 8, 2025
1 parent 97853f3 commit bd6990c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orderer/consensus/consensus.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ type ConsenterSupport interface {
Append(block *cb.Block) error
}

// NoOpMetadataValidator implements a MetadataValidator that always returns nil error irrespecttive of the inputs.
// NoOpMetadataValidator implements a MetadataValidator that always returns nil error irrespective of the inputs.
type NoOpMetadataValidator struct{}

// ValidateConsensusMetadata determines the validity of a ConsensusMetadata update during config updates
Expand Down

0 comments on commit bd6990c

Please sign in to comment.