mirror of
https://github.com/fluencelabs/js-peer-id
synced 2025-04-25 06:22:24 +00:00
chore: typo publick -> public (#108)
This commit is contained in:
parent
b5335cd4ee
commit
74cdb24544
@ -127,7 +127,7 @@ const PeerId = require('peer-id')
|
|||||||
|
|
||||||
### `new PeerId(id[, privKey, pubKey])`
|
### `new PeerId(id[, privKey, pubKey])`
|
||||||
|
|
||||||
- `id: Buffer` - The multihash of the publick key as `Buffer`
|
- `id: Buffer` - The multihash of the public key as `Buffer`
|
||||||
- `privKey: RsaPrivateKey` - The private key
|
- `privKey: RsaPrivateKey` - The private key
|
||||||
- `pubKey: RsaPublicKey` - The public key
|
- `pubKey: RsaPublicKey` - The public key
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user