From 1482427727c2fa0f3644411c7a86076c12be70f3 Mon Sep 17 00:00:00 2001 From: MD Aleem <72057206+aleem1314@users.noreply.github.com> Date: Tue, 2 Aug 2022 14:40:02 +0530 Subject: [PATCH] Update app/encoding.go Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com> --- app/encoding.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/encoding.go b/app/encoding.go index 8e75f0ddee..1116b13102 100644 --- a/app/encoding.go +++ b/app/encoding.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/x/auth/tx" ) -// EncodingConfig specifies the concrete encoding types to use for a given app. +// EncodingConfig specifies the concrete encoding types to use for the app. // This is provided for compatibility between protobuf and amino implementations. type EncodingConfig struct { InterfaceRegistry types.InterfaceRegistry