File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import { generateKeyPair } from '@libp2p/crypto/keys'
2- import { KEEP_ALIVE , start , stop } from '@libp2p/interface'
2+ import { start , stop } from '@libp2p/interface'
33import { defaultLogger } from '@libp2p/logger'
44import { peerIdFromPrivateKey , peerIdFromString } from '@libp2p/peer-id'
55import { expect } from 'aegir/chai'
66import delay from 'delay'
77import { stubInterface } from 'sinon-ts'
88import { xor } from 'uint8arrays/xor'
99import { xorCompare } from 'uint8arrays/xor-compare'
10+ import { KEEP_ALIVE_TAG } from '../src/constants.js'
1011import { ClosestPeers } from '../src/routing-table/closest-peers.js'
1112import { convertPeerId } from '../src/utils.js'
1213import type { RoutingTable } from '../src/routing-table/index.js'
1314import type { ComponentLogger , PeerId , PeerStore } from '@libp2p/interface'
1415import type { StubbedInstance } from 'sinon-ts'
15- import { KEEP_ALIVE_TAG } from '../src/constants.js'
1616
1717interface ClosestPeersComponents {
1818 peerId : PeerId
You can’t perform that action at this time.
0 commit comments