@stellar/halting-analysis
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -74,3 +74,3 @@ "use strict"; | ||
function reset(nodes) { | ||
nodes.forEach(n => (n.live = true)); | ||
nodes.forEach(n => n.status !== "missing" ? (n.live = true) : (n.live = false)); | ||
} | ||
@@ -77,0 +77,0 @@ /* |
{ | ||
"name": "@stellar/halting-analysis", | ||
"description": "Run halting analysis algorithms on stellar quorums", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "types": "lib/index.d.ts", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17800