chore: fix function names in comment (#20210)

Signed-off-by: luchenhan <hanluchen@aliyun.com>
This commit is contained in:
luchenhan
2024-04-29 12:14:40 +00:00
committed by GitHub
parent cb50b4caa2
commit d0f6cc6d40
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -411,7 +411,7 @@ func ToSDKEvidence(ev []abci.Misbehavior) []comet.Evidence {
return evidence
}
// ToSDKDecidedCommitInfo takes comet commit info and returns sdk commit info
// ToSDKCommitInfo takes comet commit info and returns sdk commit info
func ToSDKCommitInfo(commit abci.CommitInfo) comet.CommitInfo {
ci := comet.CommitInfo{
Round: commit.Round,