From d169c17429a408a14c110e9b4ff47366a6d95046 Mon Sep 17 00:00:00 2001 From: Kyle Lawlor-Bagcal Date: Tue, 22 Aug 2023 09:47:06 -0400 Subject: [PATCH] docs: add note about credit type to credit class tutorial --- docs/tutorials/user/credit-class-project-batch-management.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tutorials/user/credit-class-project-batch-management.md b/docs/tutorials/user/credit-class-project-batch-management.md index 64b865f8c8..e72a4bfd0b 100644 --- a/docs/tutorials/user/credit-class-project-batch-management.md +++ b/docs/tutorials/user/credit-class-project-batch-management.md @@ -349,6 +349,8 @@ To create a credit class, run the following command: regen tx ecocredit create-class [issuers] [credit-type-abbrev] [metadata] ``` +The `credit-type-abbrev` must be one of the allowed credit types for your chain. +By default, the only allowed credit type is `C`, so unless you've manually configured other credit types in your chains genesis file, you will need to use `C` here. For more information about the command, add `--help` or check out [the docs](../../commands/regen_tx_ecocredit_create-class.md). Now that you created a credit class, you can look up the credit class by id: