temporarily hardcoded bws-v2 for tarascash wallets
This commit is contained in:
parent
5f46c64e57
commit
2f69da9125
1 changed files with 2 additions and 1 deletions
|
|
@ -75,7 +75,8 @@ angular.module('copayApp.services')
|
|||
|
||||
// Convert tarascash style bch wallet to copay style
|
||||
function convertToNewCashWallet(wallet) {
|
||||
var baseUrl = bwcService.getClient(null, null).baseUrl;
|
||||
//var baseUrl = bwcService.getClient(null, null).baseUrl;
|
||||
var baseUrl = 'https://bws-v2.bitcoin.com/bws/api';
|
||||
wallet.baseUrl = baseUrl;
|
||||
wallet.credentials.coin = 'bch';
|
||||
wallet.credentials.network = 'livenet';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue