commit
a0462a1e1e
3 changed files with 3 additions and 3 deletions
|
|
@ -105,7 +105,7 @@ The desktop version of the Bitcoin.com wallet currently uses NW.js, an app runti
|
|||
When NW.js is installed, run the `start:desktop` npm package script.
|
||||
|
||||
```sh
|
||||
npm run apply:bitcoin.com
|
||||
npm run apply:bitcoincom
|
||||
npm run start:desktop
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ angular.module('copayApp.controllers').controller('preferencesController',
|
|||
};
|
||||
|
||||
$scope.openWikiSpendingPassword = function() {
|
||||
var url = 'https://github.com/bitpay/copay/wiki/COPAY---FAQ#what-the-spending-password-does';
|
||||
var url = 'https://walletsupport.bitcoin.com/article/129/what-does-the-spending-password-do-';
|
||||
var optIn = true;
|
||||
var title = null;
|
||||
var message = gettextCatalog.getString('Read more in our Wiki');
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ angular.module('copayApp.controllers').controller('txDetailsController', functio
|
|||
});
|
||||
|
||||
$scope.readMore = function() {
|
||||
var url = 'https://github.com/bitpay/copay/wiki/COPAY---FAQ#amount-too-low-to-spend';
|
||||
var url = 'https://walletsupport.bitcoin.com/article/101/transaction-fees';
|
||||
var optIn = true;
|
||||
var title = null;
|
||||
var message = gettextCatalog.getString('Read more in our Wiki');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue