chore: fix function names in comment (#20210)
Signed-off-by: luchenhan <hanluchen@aliyun.com>
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user