From 8d1b1b2a226ce64960cb292eaab6cacdc1407b86 Mon Sep 17 00:00:00 2001 From: mrBovo Date: Tue, 2 Apr 2024 09:36:27 +0200 Subject: [PATCH] Update runtime-modules/proposals/codex/src/types.rs Co-authored-by: Mokhtar Naamani --- runtime-modules/proposals/codex/src/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime-modules/proposals/codex/src/types.rs b/runtime-modules/proposals/codex/src/types.rs index a3d4d9fb62..54bfe51144 100644 --- a/runtime-modules/proposals/codex/src/types.rs +++ b/runtime-modules/proposals/codex/src/types.rs @@ -125,7 +125,7 @@ pub enum ProposalDetails< /// `SetPalletFozenStatus` proposal SetPalletFozenStatus(bool, FreezablePallet), - /// Update CRT governance parameters + /// Update token constraints UpdateTokenPalletTokenConstraints(TokenTokenConstraints), /// `DecreaseCouncilBudget` proposal