We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13dcb04 commit 0a291a9Copy full SHA for 0a291a9
lightning-block-sync/src/gossip.rs
@@ -33,8 +33,8 @@ use std::ops::Deref;
33
pub trait UtxoSource : BlockSource + 'static {
34
/// Fetches the block hash of the block at the given height.
35
///
36
- /// This will, in turn, be passed to to [`BlockSource::get_block`] to fetch the block needed to
37
- /// validate gossip.
+ /// This will, in turn, be passed to to [`BlockSource::get_block`] to fetch the block needed
+ /// for gossip validation.
38
fn get_block_hash_by_height<'a>(&'a self, block_height: u32) -> AsyncBlockSourceResult<'a, BlockHash>;
39
40
/// Returns true if the given output has *not* been spent, i.e. is a member of the current UTXO
0 commit comments