From 5180f2b1e791fef369e34134a1d2cad0576dbf2b Mon Sep 17 00:00:00 2001 From: MD Aleem <72057206+aleem1314@users.noreply.github.com> Date: Thu, 14 Apr 2022 16:42:30 +0530 Subject: [PATCH] Update x/ecocredit/core/genesis.go Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com> --- x/ecocredit/core/genesis.go | 1 + 1 file changed, 1 insertion(+) diff --git a/x/ecocredit/core/genesis.go b/x/ecocredit/core/genesis.go index cecc959715..5044535a4f 100644 --- a/x/ecocredit/core/genesis.go +++ b/x/ecocredit/core/genesis.go @@ -23,6 +23,7 @@ import ( // ValidateGenesis performs basic validation for the following: // - params are valid param types with valid properties +// - proto messages are valid proto messages // - the credit type referenced in each credit class exists // - the credit class referenced in each project exists // - the tradable amount of each credit batch complies with the credit type precision