fix leftover strict inequality check
This commit is contained in:
parent
a23afda3f5
commit
0eacf1f6f2
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue