rs-ipfs / rust-ipfs

The InterPlanetary File System (IPFS), implemented in Rust.
Apache License 2.0
1.26k stars 163 forks source link

Bootstrap in Node #509

Closed dariusc93 closed 2 years ago

dariusc93 commented 2 years ago

I was reviewing the code a bit today and noticed https://github.com/rs-ipfs/rust-ipfs/blob/master/src/lib.rs#L1723-L1729 and was curious why this is in Node and not within Ipfs. Is it used just for test within this library?