Skip to content

Commit fcb430f

Browse files
committed
f sp
1 parent 7c42acb commit fcb430f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-block-sync/src/gossip.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ use std::ops::Deref;
2828
/// (i.e. [`BlockData::HeaderOnly`] for [`BlockSource::get_block`] requests), such an
2929
/// implementation will reject all gossip as it is not fully able to verify the UTXOs referenced.
3030
///
31-
/// For effeciency, an implementation may consider caching some set of blocks, as many redundant
31+
/// For efficiency, an implementation may consider caching some set of blocks, as many redundant
3232
/// calls may be made.
3333
pub trait UtxoSource : BlockSource + 'static {
3434
/// Fetches the block hash of the block at the given height.

0 commit comments

Comments
 (0)