Use separate dirs for version and btc network, bootstrap to all bootstrap nodes, change config of bootstrap node

This commit is contained in:
Manfred Karrer 2015-05-18 17:05:53 +02:00
parent 7a9de65e86
commit fc3634af7b
29 changed files with 285 additions and 272 deletions

View file

@ -68,7 +68,7 @@ public class UpdateProcess {
protected Timer timeoutTimer;
@Inject
public UpdateProcess(Environment environment) {
public UpdateProcess(BitsquareEnvironment environment) {
this.environment = environment;
}