mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-06-20 14:06:32 +00:00
chore: remove peer-info usage on topology (#42)
* chore: remove peer-info usage on topology BREAKING CHANGE: topology api now uses peer-id instead of peer-info
This commit is contained in:
@ -21,7 +21,8 @@ describe('multicodec topology compliance tests', () => {
|
||||
})
|
||||
|
||||
if (!registrar) {
|
||||
const peerStore = new MockPeerStore([])
|
||||
const peers = new Map()
|
||||
const peerStore = new MockPeerStore(peers)
|
||||
|
||||
registrar = {
|
||||
peerStore,
|
||||
|
Reference in New Issue
Block a user