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 45b5757 commit 977a31bCopy full SHA for 977a31b
lightning-block-sync/src/gossip.rs
@@ -28,7 +28,7 @@ use std::ops::Deref;
28
/// (i.e. [`BlockData::HeaderOnly`] for [`BlockSource::get_block`] requests), such an
29
/// implementation will reject all gossip as it is not fully able to verify the UTXOs referenced.
30
///
31
-/// For effeciency, an implementation may consider caching some set of blocks, as many redundant
+/// For efficiency, an implementation may consider caching some set of blocks, as many redundant
32
/// calls may be made.
33
pub trait UtxoSource : BlockSource + 'static {
34
/// Fetches the block hash of the block at the given height.
0 commit comments