fix a typo
This commit is contained in:
parent
86877236de
commit
afa8c7c542
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue