File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
lightning-transaction-sync/src Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,15 @@ use core::ops::Deref;
23
23
/// transactions and outputs to monitor for on-chain confirmation, unconfirmation, and
24
24
/// reconfirmation.
25
25
///
26
+ /// Note that registration via [`Filter`] needs to happen before any calls to
27
+ /// [`Watch::watch_channel`] to ensure we get notified of the items to monitor.
28
+ ///
26
29
/// This uses and exposes either a blocking or async client variant dependent on whether the
27
30
/// `esplora-blocking` or the `esplora-async` feature is enabled.
28
31
///
29
32
/// [`Esplora`]: https://github.com/Blockstream/electrs
30
33
/// [`ChainMonitor`]: lightning::chain::chainmonitor::ChainMonitor
34
+ /// [`Watch::watch_channel`]: lightning::chain::Watch::watch_channel
31
35
/// [`Filter`]: lightning::chain::Filter
32
36
pub struct EsploraSyncClient < L : Deref >
33
37
where
You can’t perform that action at this time.
0 commit comments