Merge pull request #673 from yemel/feature/proposal-comments
Add user comment to transaction propossal
This commit is contained in:
commit
8d3ebcc0e2
8 changed files with 93 additions and 15 deletions
|
|
@ -107,7 +107,7 @@ PublicKeyRing.prototype.nicknameForIndex = function(index) {
|
|||
};
|
||||
|
||||
PublicKeyRing.prototype.nicknameForCopayer = function(copayerId) {
|
||||
return this.nicknameFor[copayerId];
|
||||
return this.nicknameFor[copayerId] || 'NN';
|
||||
};
|
||||
|
||||
PublicKeyRing.prototype.addCopayer = function(newEpk, nickname) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue