We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba8527c commit 5cf7f48Copy full SHA for 5cf7f48
doc/CONFIGURATION.md
@@ -699,7 +699,7 @@ import { createLibp2p } from 'libp2p'
699
import { tcp } from '@libp2p/tcp'
700
import { mplex } from '@libp2p/mplex'
701
import { noise } from '@chainsafe/libp2p-noise'
702
-import { FaultTolerance } from 'libp2p/transport-manager'
+import { FaultTolerance } from '@libp2p/interface-transport'
703
704
const node = await createLibp2p({
705
transports: [tcp()],
0 commit comments