Updated content

This commit is contained in:
magmahindenburg 2017-06-12 19:21:47 +09:00
commit 54fa08d716
5 changed files with 18 additions and 10 deletions

View file

@ -25,7 +25,7 @@ angular.module('copayApp.controllers').controller('preferencesBwsUrlController',
switch ($scope.bwsurl.value) {
case 'prod':
case 'production':
bws = 'https://bws.bitpay.com/bws/api'
bws = 'https://bws.bitcoin.com/bws/api'
break;
case 'sta':
case 'staging':