We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4715d81 commit cc2742dCopy full SHA for cc2742d
rust/hermes-ipfs/src/lib.rs
@@ -108,7 +108,8 @@ impl HermesIpfs {
108
.set_default_listener()
109
// TODO(saibatizoku): Re-Enable default transport config when libp2p Cert bug is fixed
110
// TODO(rafal-ch): TLS is disabled by default, we can enable it by calling
111
- // `IpfsBuilder::enable_secure...()` .enable_secure_websocket()
+ // on of the `IpfsBuilder::enable_secure...()` flavors.
112
+ //.enable_secure_websocket()
113
.start()
114
.await?;
115
Ok(HermesIpfs { node })
0 commit comments