fix signed message
This commit is contained in:
parent
45fd46e3bc
commit
74593fe778
2 changed files with 7 additions and 7 deletions
|
|
@ -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':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue