mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-20 21:04:28 -04:00
updated to master branch of tomp2p. refactored messaging. bootstrapping to seed node (server supported). right management.
This commit is contained in:
parent
222045ca5a
commit
57d5ddcc4f
54 changed files with 3284 additions and 717 deletions
|
@ -38,7 +38,7 @@ public class BitSquare extends Application
|
|||
{
|
||||
private static final Logger log = LoggerFactory.getLogger(BitSquare.class);
|
||||
|
||||
public static boolean fillFormsWithDummyData = false;
|
||||
public static boolean fillFormsWithDummyData = true;
|
||||
|
||||
private static String APP_NAME = "bitsquare";
|
||||
private static Stage primaryStage;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue