From 041af558681e36f02b475ceef3685fdc3e18556f Mon Sep 17 00:00:00 2001 From: Aaron Craelius Date: Wed, 7 Feb 2024 12:14:12 -0500 Subject: [PATCH] Update proto/regen/ecocredit/v1/tx.proto Co-authored-by: Cory --- proto/regen/ecocredit/v1/tx.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/regen/ecocredit/v1/tx.proto b/proto/regen/ecocredit/v1/tx.proto index 4c478ac2a3..a6ab5ec9ab 100644 --- a/proto/regen/ecocredit/v1/tx.proto +++ b/proto/regen/ecocredit/v1/tx.proto @@ -50,7 +50,7 @@ service Msg { returns (MsgUpdateProjectClassResponse); // WithdrawProjectClass withdraws a project from a credit class application - // or relationship unilaterally on the part of a project admin. + // or enrollment unilaterally on the part of a project admin. // // Since Revision 3 rpc WithdrawProjectClass(MsgWithdrawProjectClass)