mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-20 21:04:28 -04:00
fix bug with bank account
This commit is contained in:
parent
0905fbd6b4
commit
9d0d81a7b8
3 changed files with 2 additions and 3 deletions
|
@ -33,7 +33,7 @@ public class BitSquare extends Application
|
|||
{
|
||||
private static final Logger log = LoggerFactory.getLogger(BitSquare.class);
|
||||
|
||||
public static boolean fillFormsWithDummyData = true;
|
||||
public static boolean fillFormsWithDummyData = false;
|
||||
|
||||
private static String APP_NAME = "bitsquare";
|
||||
private static Stage primaryStage;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue