From 5fc0283da7f2e560bcfcdc4d073912db43c8638b Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Sun, 26 Apr 2020 19:30:26 +0100 Subject: [PATCH] revert change to constructor --- core/src/main/groovy/com/muwire/core/Core.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/groovy/com/muwire/core/Core.groovy b/core/src/main/groovy/com/muwire/core/Core.groovy index 82f2fde9..74972612 100644 --- a/core/src/main/groovy/com/muwire/core/Core.groovy +++ b/core/src/main/groovy/com/muwire/core/Core.groovy @@ -145,7 +145,7 @@ public class Core { final SigningPrivateKey spk - public Core(MuWireSettings props, File home, String myVersion, String tunnelName = "MuWire") { + public Core(MuWireSettings props, File home, String myVersion) { this.home = home this.version = myVersion this.muOptions = props