add comment

This commit is contained in:
Matias Alejo Garcia 2014-05-01 21:52:46 -03:00
commit 7edb310517

View file

@ -321,6 +321,7 @@ Network.prototype.setCopayerId = function(copayerId) {
Network.prototype.peerFromCopayer = function(hex) {
// TODO cache this.
var SIN = bitcore.SIN;
return new SIN(new Buffer(hex,'hex')).toString();
};