switch bitcoin cash alias back to bch from bcc

This commit is contained in:
Kadir Sekha 2017-11-02 16:32:51 +09:00
commit ec672673f6

View file

@ -106,7 +106,7 @@ angular.module('copayApp.services').factory('configService', function(storageSer
},
bitcoinAlias: 'btc',
bitcoinCashAlias: 'bcc'
bitcoinCashAlias: 'bch'
};
var configCache = null;