mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-20 21:04:28 -04:00
add default id
This commit is contained in:
parent
acfc79040b
commit
64f88a9ea2
13 changed files with 14 additions and 503 deletions
|
@ -32,7 +32,7 @@ import java.util.Locale;
|
|||
public class BitSquare extends Application
|
||||
{
|
||||
private static final Logger log = LoggerFactory.getLogger(BitSquare.class);
|
||||
public static String ID = "";
|
||||
public static String ID = "bitsquare";
|
||||
private WalletFacade walletFacade;
|
||||
private MessageFacade messageFacade;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue