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