Skip to content

Commit

Permalink
chore: update import
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Nov 30, 2023
1 parent e9ecba6 commit a717a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/multiaddr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* ```
*/

import { CodeError } from '@libp2p/interface/errors'
import { CodeError } from '@libp2p/interface'
import { base58btc } from 'multiformats/bases/base58'
import { CID } from 'multiformats/cid'
import { equals as uint8ArrayEquals } from 'uint8arrays/equals'
Expand Down

0 comments on commit a717a3e

Please sign in to comment.