txp outputs must be in same order and fully expanded so that signature matches
This commit is contained in:
parent
d929e32949
commit
acf33a5467
2 changed files with 5 additions and 1 deletions
|
|
@ -255,6 +255,10 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
|||
$scope.loading = true;
|
||||
$scope.error = null;
|
||||
$timeout(function() {
|
||||
lodash.times(
|
||||
txp.outputs ? txp.outputs.recipientCount : 0,
|
||||
function(n) { $scope.expand(txp.outputs); }
|
||||
);
|
||||
fc.signTxProposal(txp, function(err, txpsi) {
|
||||
profileService.lockFC();
|
||||
self.setOngoingProcess();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue