Skip to content

Commit fb6aa08

Browse files
committed
f - Remove support for secure hosts
1 parent b0e16a6 commit fb6aa08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lightning-block-sync/src/http.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ impl HttpEndpoint {
5151
}
5252
}
5353

54+
// TODO: Refactor HttpClient to support TLS.
55+
#[cfg(test)]
5456
/// Creates an endpoint using the HTTPS scheme.
5557
pub fn secure_host(host: String) -> Self {
5658
Self {

0 commit comments

Comments
 (0)