Skip to content

Commit d5f43c7

Browse files
committed
f Drop preset 'http' scheme
1 parent 808cec4 commit d5f43c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-transaction-sync/src/esplora.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ where
141141
let last_sync_hash = Mutex::new(None);
142142
#[cfg(feature = "async-interface")]
143143
let last_sync_hash = tokio::sync::Mutex::new(None);
144-
let builder = Builder::new(&format!("http://{}", server_url));
144+
let builder = Builder::new(&server_url);
145145
#[cfg(not(feature = "async-interface"))]
146146
let client = builder.build_blocking().unwrap();
147147
#[cfg(feature = "async-interface")]

0 commit comments

Comments
 (0)