fix a typo

This commit is contained in:
fanghr 2022-04-29 23:11:13 +08:00
parent 86877236de
commit afa8c7c542

View file

@ -702,7 +702,7 @@ proposalSTAssetClassFromGovernor :: Governor -> AssetClass
proposalSTAssetClassFromGovernor gov = AssetClass (symbol, "") proposalSTAssetClassFromGovernor gov = AssetClass (symbol, "")
where where
gstAC = governorSTAssetClassFromGovernor gov gstAC = governorSTAssetClassFromGovernor gov
-- JUSTIFICATIONL: the PST policy doesn't care about the following two fields at all. -- JUSTIFICATION: the PST policy doesn't care about the following two fields at all.
-- FIXME: refactor PST policy, parameterize it only with GST assetclass or something. -- FIXME: refactor PST policy, parameterize it only with GST assetclass or something.
sstAC = AssetClass ("", "") sstAC = AssetClass ("", "")
mc = -1 mc = -1