Skip to content

Commit

Permalink
Write open roles validator to marlowe transaction file
Browse files Browse the repository at this point in the history
  • Loading branch information
jhbertra committed Sep 26, 2023
1 parent 432cef3 commit f764c1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions marlowe-cli/src/Language/Marlowe/CLI/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ instance (IsPlutusScriptLanguage lang, IsShelleyBasedEra era) => ToJSON (Marlowe
object
[ "marloweValidator" .= toJSON mtValidator
, "rolesValidator" .= toJSON mtRoleValidator
, "openRolesValidator" .= toJSON mtOpenRoleValidator
, "roles" .= toJSON mtRolesCurrency
, "state" .= toJSON mtState
, "contract" .= toJSON mtContract
Expand Down

0 comments on commit f764c1b

Please sign in to comment.