mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-20 21:04:28 -04:00
Add config file support for seednode selection, Fix resource loading bug with checkpoint file for mainnet
This commit is contained in:
parent
a5a04fe72c
commit
ba3d04fed1
6 changed files with 57 additions and 31 deletions
|
@ -147,6 +147,7 @@ public class BitSquare extends Application {
|
|||
|
||||
primaryStage.show();
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
log.error(e.getMessage());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue