You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Identifiers MUST be non-empty (of positive integer length).
ConnectionEnd.counterpartyConnectionIdentifier is defined to be of type Identifier. However, in connOpenInit, a ConnectionEnd is created with the counterpartyConnectionIdentifier set to "", an invalid Identifier value.
The text was updated successfully, but these errors were encountered:
According to ICS-24:
ConnectionEnd.counterpartyConnectionIdentifier
is defined to be of typeIdentifier
. However, inconnOpenInit
, aConnectionEnd
is created with thecounterpartyConnectionIdentifier
set to""
, an invalidIdentifier
value.The text was updated successfully, but these errors were encountered: