Skip to content

Commit

Permalink
docs: improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Dec 19, 2024
1 parent 5cf288e commit 23dcfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibc/lightclients/groth16/client_state.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func NewClientState(latestHeight uint64, stateTransitionVerifierKey []byte, stat
}
}

// ClientType returns groth16 client type.
// ClientType returns the groth16 client type.
func (cs ClientState) ClientType() string {
return Groth16ClientType
}
Expand Down

0 comments on commit 23dcfb3

Please sign in to comment.