Skip to content

Commit

Permalink
Fix restriction on child_event_ids (digital-asset#2783)
Browse files Browse the repository at this point in the history
Unless I am missing something fundamental here all event_ids are
LedgerStrings not PartyIdStrings.
  • Loading branch information
cocreature authored Sep 6, 2019
1 parent 5acd470 commit 402ae2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ message ExercisedEvent {
// References to further events in the same transaction that appeared as a result of this ``ExercisedEvent``.
// It contains only the immediate children of this event, not all members of the subtree rooted at this node.
//
// Each element must be a valid PartyIdString (as described in ``value.proto``).
// Each element must be a valid LedgerString (as described in ``value.proto``).
//
// Optional
repeated string child_event_ids = 11;
Expand Down

0 comments on commit 402ae2a

Please sign in to comment.