Ref chain to coin. Adds create wallet
This commit is contained in:
parent
ac5ede702d
commit
2c33f186af
37 changed files with 90 additions and 89 deletions
|
|
@ -257,7 +257,7 @@ angular.module('copayApp.controllers').controller('topUpController', function($s
|
|||
onlyComplete: true,
|
||||
network: bitpayService.getEnvironment().network,
|
||||
hasFunds: true,
|
||||
chain: 'BTC'
|
||||
coin: 'btc'
|
||||
});
|
||||
|
||||
if (lodash.isEmpty($scope.wallets)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue