peerId hashing WIP2
This commit is contained in:
parent
88d758a793
commit
c1881d5fbb
5 changed files with 162 additions and 89 deletions
|
|
@ -27,7 +27,6 @@ PrivateKey.prototype.getId = function(prefix) {
|
|||
return hash.substring(0, hash.length/2);
|
||||
};
|
||||
|
||||
|
||||
PrivateKey.fromObj = function(obj) {
|
||||
return new PrivateKey(obj);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue