mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue