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{