fix signed message

This commit is contained in:
Matias Alejo Garcia 2014-09-09 21:31:25 -03:00
commit 74593fe778
2 changed files with 7 additions and 7 deletions

View file

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