add comment
This commit is contained in:
parent
65f12f611f
commit
7edb310517
1 changed files with 1 additions and 0 deletions
|
|
@ -321,6 +321,7 @@ Network.prototype.setCopayerId = function(copayerId) {
|
||||||
|
|
||||||
|
|
||||||
Network.prototype.peerFromCopayer = function(hex) {
|
Network.prototype.peerFromCopayer = function(hex) {
|
||||||
|
// TODO cache this.
|
||||||
var SIN = bitcore.SIN;
|
var SIN = bitcore.SIN;
|
||||||
return new SIN(new Buffer(hex,'hex')).toString();
|
return new SIN(new Buffer(hex,'hex')).toString();
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue