Skip to content

Commit cc2742d

Browse files
committed
Fix comment
1 parent 4715d81 commit cc2742d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rust/hermes-ipfs/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ impl HermesIpfs {
108108
.set_default_listener()
109109
// TODO(saibatizoku): Re-Enable default transport config when libp2p Cert bug is fixed
110110
// TODO(rafal-ch): TLS is disabled by default, we can enable it by calling
111-
// `IpfsBuilder::enable_secure...()` .enable_secure_websocket()
111+
// on of the `IpfsBuilder::enable_secure...()` flavors.
112+
//.enable_secure_websocket()
112113
.start()
113114
.await?;
114115
Ok(HermesIpfs { node })

0 commit comments

Comments
 (0)