Skip to content

Commit

Permalink
Document order of root_event_ids (digital-asset#3222)
Browse files Browse the repository at this point in the history
  • Loading branch information
cocreature authored and mergify[bot] committed Oct 18, 2019
1 parent f2618ec commit 05f02fa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ message TransactionTree {

// Roots of the transaction tree.
// Each element must be a valid LedgerString (as describe in ``value.proto``).
// The elements are in the same order as the commands in the
// corresponding Commands object that triggerd this transaction.
// Required
repeated string root_event_ids = 8;

Expand Down

0 comments on commit 05f02fa

Please sign in to comment.