Skip to content

Commit 0a291a9

Browse files
committed
f cleaner docs
1 parent 13dcb04 commit 0a291a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning-block-sync/src/gossip.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ use std::ops::Deref;
3333
pub trait UtxoSource : BlockSource + 'static {
3434
/// Fetches the block hash of the block at the given height.
3535
///
36-
/// This will, in turn, be passed to to [`BlockSource::get_block`] to fetch the block needed to
37-
/// validate gossip.
36+
/// This will, in turn, be passed to to [`BlockSource::get_block`] to fetch the block needed
37+
/// for gossip validation.
3838
fn get_block_hash_by_height<'a>(&'a self, block_height: u32) -> AsyncBlockSourceResult<'a, BlockHash>;
3939

4040
/// Returns true if the given output has *not* been spent, i.e. is a member of the current UTXO

0 commit comments

Comments
 (0)