From 5687db801d149271640f8d30200aded72f40576a Mon Sep 17 00:00:00 2001 From: Aaron Craelius Date: Tue, 9 Jul 2024 12:14:37 +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 6ea6dbb7bb..ad6e1b2e7e 100644 --- a/x/ecocredit/base/client/tx.go +++ b/x/ecocredit/base/client/tx.go @@ -136,7 +136,7 @@ the fee and is not surprised to learn that the they paid a fee without consent. - class: the ID of the credit class. If this is provided, the signer must be an issuer of the class. - reference-id: a reference ID for the project. Only valid if class is also provided.`, Example: `regen tx ecocredit create-project "US-WA 98225" regen:13toVgf5UjYBz6J29x28pLQyjKz5FpcW3f4bT5uRKGxGREWGKjEdXYG.rdf -regen tx ecocredit create-project "US-WA 98225" regen:13toVgf5UjYBz6J29x28pLQyjKz5FpcW3f4bT5uRKGxGREWGKjEdXYG.rdf --class-id C01 --reference-id VCS-001`, +regen tx ecocredit create-project "US-WA 98225" regen:13toVgf5UjYBz6J29x28pLQyjKz5FpcW3f4bT5uRKGxGREWGKjEdXYG.rdf --class C01 --reference-id VCS-001`, Args: cobra.ExactArgs(2), RunE: func(cmd *cobra.Command, args []string) error { clientCtx, err := sdkclient.GetClientTxContext(cmd)