Skip to content

Commit

Permalink
Update x/ecocredit/base/client/tx.go
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Weidner <[email protected]>
  • Loading branch information
aaronc and paul121 committed Jul 9, 2024
1 parent 92ceeec commit 9f9f9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ecocredit/base/client/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 9f9f9cc

Please sign in to comment.