chore: bump linter (#25537)

This commit is contained in:
Alex | Cosmos Labs
2025-11-03 11:30:03 -05:00
committed by GitHub
parent ad7c4c4cc6
commit 12d63d04a5
65 changed files with 87 additions and 79 deletions
+1
View File
@@ -348,6 +348,7 @@ func (ctx Context) PrintProto(toPrint proto.Message) error {
// PrintObjectLegacy is a variant of PrintProto that doesn't require a proto.Message type
// and uses amino JSON encoding.
//
// Deprecated: It will be removed in the near future!
func (ctx Context) PrintObjectLegacy(toPrint any) error {
out, err := ctx.LegacyAmino.MarshalJSON(toPrint)
-1
View File
@@ -1,5 +1,4 @@
//go:build ledger || test_ledger_mock
// +build ledger test_ledger_mock
package keys