both bch and btc wallets now backed up on first use
This commit is contained in:
parent
a2e7b80594
commit
9759e25a75
8 changed files with 87 additions and 49 deletions
|
|
@ -46,7 +46,8 @@ angular.module('copayApp.controllers').controller('disclaimerController', functi
|
|||
|
||||
$scope.goBack = function() {
|
||||
$state.go('onboarding.backupRequest', {
|
||||
walletId: $stateParams.walletId
|
||||
bchWalletId: $stateParams.bchWalletId,
|
||||
btcWalletId: $stateParams.btcWalletId
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue