mirror of
https://github.com/fluencelabs/js-peer-id
synced 2025-06-28 05:41:43 +00:00
fix: add buffer (#120)
related to this https://github.com/ipfs/js-ipfs/issues/2924
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
|
||||
'use strict'
|
||||
|
||||
const { Buffer } = require('buffer')
|
||||
const mh = require('multihashes')
|
||||
const CID = require('cids')
|
||||
const cryptoKeys = require('libp2p-crypto/src/keys')
|
||||
|
Reference in New Issue
Block a user