From 9f9f9cc61c73e1289e34bf809a6db75096688ee0 Mon Sep 17 00:00:00 2001 From: Aaron Craelius Date: Tue, 9 Jul 2024 12:15:01 +0200 Subject: [PATCH] Update x/ecocredit/base/client/tx.go Co-authored-by: Paul Weidner --- x/ecocredit/base/client/tx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/ecocredit/base/client/tx.go b/x/ecocredit/base/client/tx.go index 5a33d0e96c..c60f2b0d9c 100644 --- a/x/ecocredit/base/client/tx.go +++ b/x/ecocredit/base/client/tx.go @@ -906,7 +906,7 @@ func runCreateOrUpdateApplication(cmd *cobra.Command, args []string, withdraw bo return tx.GenerateOrBroadcastTxCLI(clientCtx, cmd.Flags(), msg) } -func TxUpdateProjectEnrollment() *cobra.Command { +func TxUpdateProjectEnrollmentCmd() *cobra.Command { var metadata string cmd := &cobra.Command{