mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-19 23:36:00 -04:00
Use explicit "appName" vs. "name" property
i.e. when running the app, pass java -jar bitsquare.jar --appName Alice vs. java -jar bitsquare.jar --name Alice
This commit is contained in:
parent
e8986aa7a2
commit
ccc369307c
@ -42,7 +42,7 @@ import net.tomp2p.connection.Ports;
|
||||
* Configures all non-UI modules necessary to run a Bitsquare application.
|
||||
*/
|
||||
public class AppModule extends BitsquareModule {
|
||||
public static final String APP_NAME_KEY = "name";
|
||||
public static final String APP_NAME_KEY = "appName";
|
||||
|
||||
public AppModule(Properties properties) {
|
||||
super(properties);
|
||||
|
Loading…
x
Reference in New Issue
Block a user