Add config file support for seednode selection, Fix resource loading bug with checkpoint file for mainnet

This commit is contained in:
Manfred Karrer 2014-09-29 03:01:01 +02:00
parent a5a04fe72c
commit ba3d04fed1
6 changed files with 57 additions and 31 deletions

View file

@ -147,6 +147,7 @@ public class BitSquare extends Application {
primaryStage.show();
} catch (IOException e) {
e.printStackTrace();
log.error(e.getMessage());
}
}