chore: bump linter (#25537)
This commit is contained in:
@@ -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,5 +1,4 @@
|
||||
//go:build ledger || test_ledger_mock
|
||||
// +build ledger test_ledger_mock
|
||||
|
||||
package keys
|
||||
|
||||
|
||||
Reference in New Issue
Block a user