From d40b5ef7cd0175fca938a68bbc13e66cf50b6f54 Mon Sep 17 00:00:00 2001 From: kilavvy <140459108+kilavvy@users.noreply.github.com> Date: Fri, 31 Jan 2025 19:35:16 +0100 Subject: [PATCH 1/2] Update query.pb.go --- modules/light-clients/08-wasm/types/query.pb.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/light-clients/08-wasm/types/query.pb.go b/modules/light-clients/08-wasm/types/query.pb.go index 325d5e0dccd..0660157262a 100644 --- a/modules/light-clients/08-wasm/types/query.pb.go +++ b/modules/light-clients/08-wasm/types/query.pb.go @@ -1047,7 +1047,7 @@ func skipQuery(dAtA []byte) (n int, err error) { } var ( - ErrInvalidLengthQuery = fmt.Errorf("proto: negative length found during unmarshaling") + ErrInvalidLengthQuery = fmt.Errorf("proto: negative length found during unmarshalling") ErrIntOverflowQuery = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupQuery = fmt.Errorf("proto: unexpected end of group") ) From a57ffa34565cdcc6286d858ae3e889c169b7a2e3 Mon Sep 17 00:00:00 2001 From: kilavvy <140459108+kilavvy@users.noreply.github.com> Date: Fri, 31 Jan 2025 19:35:51 +0100 Subject: [PATCH 2/2] Update tx.pb.go --- modules/light-clients/08-wasm/types/tx.pb.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/light-clients/08-wasm/types/tx.pb.go b/modules/light-clients/08-wasm/types/tx.pb.go index 8c0fdf5f1f0..0e8e57bbeb3 100644 --- a/modules/light-clients/08-wasm/types/tx.pb.go +++ b/modules/light-clients/08-wasm/types/tx.pb.go @@ -1518,7 +1518,7 @@ func skipTx(dAtA []byte) (n int, err error) { } var ( - ErrInvalidLengthTx = fmt.Errorf("proto: negative length found during unmarshaling") + ErrInvalidLengthTx = fmt.Errorf("proto: negative length found during unmarshalling") ErrIntOverflowTx = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupTx = fmt.Errorf("proto: unexpected end of group") )