mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-23 06:41:34 +00:00
Fix concern
This commit is contained in:
@ -31,7 +31,7 @@ pub fn ipfs_bootstrap<P>(peer_store: P)
|
||||
where
|
||||
P: Peerstore + Clone,
|
||||
{
|
||||
const ADDRESSES: [&'static str; 9] = [
|
||||
const ADDRESSES: &[&str] = &[
|
||||
"/ip4/104.131.131.82/tcp/4001/ipfs/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ",
|
||||
"/ip4/104.236.179.241/tcp/4001/ipfs/QmSoLPppuBtQSGwKDZT2M73ULpjvfd3aZ6ha4oFGL1KrGM",
|
||||
"/ip4/162.243.248.213/tcp/4001/ipfs/QmSoLueR4xBeUbY9WZ9xGUUxunbKWcrNFTDAadQJmocnWm",
|
||||
|
Reference in New Issue
Block a user