Confirm without chain param, show all available wallets
This commit is contained in:
parent
450be84fcc
commit
be15f7bc7c
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ angular.module('copayApp.controllers').controller('confirmController', function(
|
|||
toEmail: data.stateParams.toEmail,
|
||||
toColor: data.stateParams.toColor,
|
||||
network: (new bitcore.Address(data.stateParams.toAddress)).network.name,
|
||||
chain: data.stateParams.chain || 'BTC',
|
||||
chain: data.stateParams.chain,
|
||||
txp: {},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue