fix leftover strict inequality check

This commit is contained in:
Hongrui Fang 2022-11-08 21:43:42 +08:00
parent a23afda3f5
commit 0eacf1f6f2

View file

@ -425,7 +425,7 @@ governorValidator =
# governorInputDatumF.proposalThresholds # governorInputDatumF.proposalThresholds
pguardC "Require minimum amount of GTs" $ pguardC "Require minimum amount of GTs" $
gtThreshold #< stakeInputDatumF.stakedAmount gtThreshold #<= stakeInputDatumF.stakedAmount
-- Check that the newly minted PST is sent to the proposal validator, -- Check that the newly minted PST is sent to the proposal validator,
-- and the datum it carries is legal. -- and the datum it carries is legal.