1
0
Fork 0
forked from lthn/blockchain

ticker symbol - fix

This commit is contained in:
wildkif 2019-05-07 14:00:02 +03:00
parent 636fc4f9b3
commit 702e157c38
3 changed files with 3 additions and 3 deletions

View file

@ -2352,7 +2352,7 @@ var VariablesService = /** @class */ (function () {
this.appLogin = false;
this.moneyEquivalent = 0;
this.defaultTheme = 'dark';
this.defaultCurrency = 'ZAN';
this.defaultCurrency = 'ZANO';
this.exp_med_ts = 0;
this.height_app = 0;
this.last_build_available = '';

File diff suppressed because one or more lines are too long

View file

@ -16,7 +16,7 @@ export class VariablesService {
public appLogin = false;
public moneyEquivalent = 0;
public defaultTheme = 'dark';
public defaultCurrency = 'ZAN';
public defaultCurrency = 'ZANO';
public opening_wallet: Wallet;
public exp_med_ts = 0;
public height_app = 0;