mirror of https://github.com/zlatinb/muwire
revert change to constructor
parent
c4d908f571
commit
5fc0283da7
|
@ -145,7 +145,7 @@ public class Core {
|
||||||
|
|
||||||
final SigningPrivateKey spk
|
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.home = home
|
||||||
this.version = myVersion
|
this.version = myVersion
|
||||||
this.muOptions = props
|
this.muOptions = props
|
||||||
|
|
Loading…
Reference in New Issue