From ba962dbde911096a7eff58774fdfab6370c4d594 Mon Sep 17 00:00:00 2001 From: David Terpay Date: Mon, 11 Sep 2023 15:56:27 -0400 Subject: [PATCH] lint --- tests/app/testappd/cmd/root.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/app/testappd/cmd/root.go b/tests/app/testappd/cmd/root.go index 8b86281f..733305f9 100644 --- a/tests/app/testappd/cmd/root.go +++ b/tests/app/testappd/cmd/root.go @@ -198,8 +198,8 @@ lru_size = 0` func initRootCmd( rootCmd *cobra.Command, txConfig client.TxConfig, - interfaceRegistry codectypes.InterfaceRegistry, - appCodec codec.Codec, + _ codectypes.InterfaceRegistry, + _ codec.Codec, basicManager module.BasicManager, ) { cfg := sdk.GetConfig()