From e4957acaf3c7a6f03eb31ea2f06d55385dfb7b6e Mon Sep 17 00:00:00 2001 From: danielfarrelly <98325361+danielfarrelly@users.noreply.github.com> Date: Wed, 29 Mar 2023 22:29:28 +0100 Subject: [PATCH] Correct comment --- agora/Agora/Effect/GovernorMutation.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agora/Agora/Effect/GovernorMutation.hs b/agora/Agora/Effect/GovernorMutation.hs index 01fdf3b..8a85ba1 100644 --- a/agora/Agora/Effect/GovernorMutation.hs +++ b/agora/Agora/Effect/GovernorMutation.hs @@ -69,7 +69,7 @@ import "liqwid-plutarch-extra" Plutarch.Extra.TermCont (pguardC, pletC, pletFiel -} data MutateGovernorDatum = MutateGovernorDatum { oldDatum :: GovernorDatum - -- ^ The governor datum hash on which this effect is valid + -- ^ The governor datum value on which this effect is valid , newDatum :: GovernorDatum -- ^ The new settings for the governor. }