fix: change version mismatch to a warning (#594)

This commit is contained in:
Cafe137
2022-11-30 12:36:34 +01:00
committed by GitHub
parent b798fa0e68
commit dc04e26db4
+1 -1
View File
@@ -139,7 +139,7 @@ function getStatus(
includePrerelease: true, includePrerelease: true,
}) })
? CheckState.OK ? CheckState.OK
: CheckState.ERROR : CheckState.WARNING
// Blockchain connection check // Blockchain connection check
status.blockchainConnection.isEnabled = true status.blockchainConnection.isEnabled = true