mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-04-25 10:32:14 +00:00
docs(fix): fix contentRouting.getMany (#803)
This commit is contained in:
parent
fef54b2b2c
commit
824a444f56
@ -665,7 +665,7 @@ Queries the DHT for the n values stored for the given key (without sorting).
|
|||||||
// ...
|
// ...
|
||||||
|
|
||||||
const key = '/key'
|
const key = '/key'
|
||||||
const { from, val } = await libp2p.contentRouting.get(key)
|
const records = await libp2p.contentRouting.getMany(key, 2)
|
||||||
```
|
```
|
||||||
|
|
||||||
### peerRouting.findPeer
|
### peerRouting.findPeer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user