hashing working
This commit is contained in:
parent
c1881d5fbb
commit
08fa60d41c
4 changed files with 34 additions and 44 deletions
|
|
@ -59,7 +59,7 @@ angular.module('copay.transactions').controller('TransactionsController',
|
|||
$rootScope.$digest();
|
||||
return;
|
||||
}
|
||||
var p = w.getTxProposal(ntxid);
|
||||
var p = w.txProposals.getTxProposal(ntxid);
|
||||
if (p.txp.builder.isFullySigned()) {
|
||||
$scope.send(ntxid);
|
||||
_updateTxs();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue