chore: fix some function names (#20365)

Signed-off-by: gopherorg <gopherworld@icloud.com>
This commit is contained in:
gopherorg
2024-05-13 12:15:04 +00:00
committed by GitHub
parent 8d1946c9ec
commit d90f552f62
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import (
"cosmossdk.io/x/tx/signing"
)
// ValidateAnnotations validates that the proto annotations are correct.
// ValidateProtoAnnotations validates that the proto annotations are correct.
// More specifically, it verifies:
// - all services named "Msg" have `(cosmos.msg.v1.service) = true`,
//