From 41aca3c8ec6b5fa2751f2140dbb40a676f22bc13 Mon Sep 17 00:00:00 2001 From: Roei Erez Date: Mon, 3 Feb 2025 12:53:55 +0200 Subject: [PATCH] fix comment --- lib/core/src/chain/liquid.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/src/chain/liquid.rs b/lib/core/src/chain/liquid.rs index 4bb4064..3d6aa52 100644 --- a/lib/core/src/chain/liquid.rs +++ b/lib/core/src/chain/liquid.rs @@ -97,7 +97,7 @@ impl LiquidChainService for HybridLiquidChainService { let new_tip: Option = match maybe_popped_header { Some(popped_header) => Some(popped_header.height.try_into()?), None => { - // https://github.com/bitcoindevkit/rusprintln!("Fetching block headers");t-electrum-client/issues/124 + // https://github.com/bitcoindevkit/rust-electrum-client/issues/124 // It might be that the client has reconnected and subscriptions don't persist // across connections. Calling `client.ping()` won't help here because the // successful retry will prevent us knowing about the reconnect.