fix toAddress param
This commit is contained in:
parent
c12f33b1d9
commit
fca4a154c3
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ angular.module('copayApp.services').factory('txpModalService', function(configSe
|
|||
var config = configService.getSync().wallet;
|
||||
var scope = $rootScope.$new(true);
|
||||
scope.tx = tx;
|
||||
if (!scope.tx.toAddress) scope.tx.toAddress = tx.outputs[0].toAddress;
|
||||
scope.wallet = wallet;
|
||||
scope.copayers = wallet ? wallet.copayers : null;
|
||||
scope.isGlidera = glideraActive;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue