@riocrypto/common 1.0.2709 → 1.0.2711
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -23,8 +23,8 @@ var RoutingDecisionReason;
|
|
|
23
23
|
RoutingDecisionReason["NoEligibleCandidate"] = "noEligibleCandidate";
|
|
24
24
|
// Rails exist but the customer has switched all of them off.
|
|
25
25
|
RoutingDecisionReason["NoEnabledCandidate"] = "noEnabledCandidate";
|
|
26
|
-
//
|
|
27
|
-
//
|
|
26
|
+
// The customer has turned none of the corridor's rails on, so there is nowhere
|
|
27
|
+
// they have agreed to. Only while that direction is opt-in.
|
|
28
28
|
RoutingDecisionReason["NoAcceptedCandidate"] = "noAcceptedCandidate";
|
|
29
29
|
// Structural routing, where the corridor has a single rail and nothing to
|
|
30
30
|
// decide.
|