Temporal fix to avoid compilation errors
This commit is contained in:
parent
c3bd0a5f53
commit
f219ccee47
1 changed files with 3 additions and 1 deletions
|
@ -93,7 +93,9 @@ public class CrystalApplication extends Application {
|
|||
CryptoNetEvents.getInstance().addListener(crystalWalletNotifier);
|
||||
|
||||
//Next line is for use the bitshares main net
|
||||
CryptoNetManager.addCryptoNetURL(CryptoNet.BITSHARES,BITSHARES_URL);
|
||||
// TODO fix, the following line accepts one string not an array it needs to accept an arrey
|
||||
// TODO and hoop over the urls if no connection can be established
|
||||
CryptoNetManager.addCryptoNetURL(CryptoNet.BITSHARES,BITSHARES_URL[2]);
|
||||
|
||||
GeneralSetting generalSettingPreferredLanguage = db.generalSettingDao().getSettingByName(GeneralSetting.SETTING_NAME_PREFERRED_LANGUAGE);
|
||||
|
||||
|
|
Loading…
Reference in a new issue