Skip to content

Commit

Permalink
f revert lightning-block-sync/src/init.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
dunxen committed Jan 22, 2024
1 parent 5930c56 commit 56f9c8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lightning-block-sync/src/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ BlockSourceResult<ValidatedBlockHeader> where B::Target: BlockSource {
///
/// // Allow the chain monitor to watch any channels.
/// let monitor = monitor_listener.0;
/// let funding_outpoint = monitor.get_funding_txo().0;
/// chain_monitor.watch_channel(funding_outpoint, monitor);
/// chain_monitor.watch_channel(monitor.get_funding_txo().0, monitor);
///
/// // Create an SPV client to notify the chain monitor and channel manager of block events.
/// let chain_poller = poll::ChainPoller::new(block_source, Network::Bitcoin);
Expand Down

0 comments on commit 56f9c8b

Please sign in to comment.