We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1e8ce0 + 2ca1d8f commit a92084bCopy full SHA for a92084b
lightning-block-sync/src/lib.rs
@@ -78,7 +78,7 @@ pub trait BlockSource: Sync + Send {
78
/// to allow for a more efficient lookup.
79
///
80
/// [`get_header`]: Self::get_header
81
- fn get_best_block<'a>(&'a self) -> AsyncBlockSourceResult<(BlockHash, Option<u32>)>;
+ fn get_best_block(&self) -> AsyncBlockSourceResult<(BlockHash, Option<u32>)>;
82
}
83
84
/// Result type for `BlockSource` requests.
0 commit comments