mirror of
https://github.com/fluencelabs/js-peer-id
synced 2025-06-28 07:31:49 +00:00
cleanup changes
This commit is contained in:
@ -60,7 +60,7 @@ function Id (id, privKey, pubKey) {
|
||||
}
|
||||
}
|
||||
|
||||
// unwrap the private key protobuf stream
|
||||
// unwrap the private key protobuf
|
||||
function unmarshal (key) {
|
||||
var dpb = messages.PrivateKey.decode(key)
|
||||
return dpb
|
||||
|
Reference in New Issue
Block a user