fix seralization issues
This commit is contained in:
parent
c1c4c919a2
commit
d9a2a467bb
4 changed files with 13 additions and 13 deletions
|
|
@ -178,7 +178,7 @@ data ProposalDatum = ProposalDatum
|
|||
-- TODO: could we encode this more efficiently?
|
||||
-- This is shaped this way for future proofing.
|
||||
-- See https://github.com/Liqwid-Labs/agora/issues/39
|
||||
, effects :: AssocMap.Map ResultTag [(ValidatorHash, DatumHash)]
|
||||
, effects :: AssocMap.Map ResultTag (AssocMap.Map ValidatorHash DatumHash)
|
||||
-- ^ Effect lookup table. First by result, then by effect hash.
|
||||
, status :: ProposalStatus
|
||||
-- ^ The status the proposal is in.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue