Skip to content

Commit

Permalink
docs(asn1): triggeredBy before message in IlpReject
Browse files Browse the repository at this point in the history
  • Loading branch information
emschwartz authored and justmoon committed Jan 20, 2018
1 parent 44a25e2 commit d6fa3f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions asn1/InterledgerProtocol.asn
Expand Up @@ -42,12 +42,12 @@ InterledgerReject ::= SEQUENCE {
-- Standardized error code
code IA5String (SIZE (3)),

-- User-readable error message
message UTF8String (SIZE (0..8191)),

-- Participant that originally emitted the error
triggeredBy Address,

-- User-readable error message
message UTF8String (SIZE (0..8191)),

-- Machine-readable error data, dependent on code
data OCTET STRING (SIZE (0..32767))
}
Expand Down

0 comments on commit d6fa3f3

Please sign in to comment.