We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce57f6 commit c42d6c1Copy full SHA for c42d6c1
eclair-node/src/main/scala/fr/acinq/eclair/Boot.scala
@@ -33,10 +33,6 @@ import scala.util.{Failure, Success}
33
*/
34
object Boot extends App with Logging {
35
try {
36
- if (!System.getProperty("eclair.allow-unsafe-startup", "false").toBooleanOption.contains(true)) {
37
- throw new RuntimeException("This version of eclair is unsafe to use: please wait for the next official release to update your node.")
38
- }
39
-
40
val datadir = new File(System.getProperty("eclair.datadir", System.getProperty("user.home") + "/.eclair"))
41
val config = NodeParams.loadConfiguration(datadir)
42
0 commit comments