added bitcoin and bitcoin cash aliases to config and use them everywhere
This commit is contained in:
parent
a358ea69f3
commit
a730c8e2d2
9 changed files with 41 additions and 12 deletions
|
|
@ -104,6 +104,9 @@ angular.module('copayApp.services').factory('configService', function(storageSer
|
|||
log: {
|
||||
filter: 'debug',
|
||||
},
|
||||
|
||||
bitcoinAlias: 'btc',
|
||||
bitcoinCashAlias: 'bcc'
|
||||
};
|
||||
|
||||
var configCache = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue