If the copayer upload a backup it does not wait for others

This commit is contained in:
Matias Pando 2014-09-10 17:36:17 -03:00
commit 63cffcc921
4 changed files with 10 additions and 18 deletions

View file

@ -108,7 +108,7 @@ angular.module('copayApp.services')
}, 3000);
});
w.on('txProposalEvent', function(e) {
var user = w.publicKeyRing.nicknameForCopayer(e.cId);
switch (e.type) {
case 'signed':