fix leftover strict inequality check

This commit is contained in:
Hongrui Fang 2022-11-08 21:43:42 +08:00
parent d0b155d315
commit 86bcc78553
No known key found for this signature in database
GPG key ID: F10AB2CCE24113DD

View file

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