Skip to content

Commit

Permalink
f sp
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueMatt committed Jan 17, 2023
1 parent 04e7ae8 commit 1540f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning-background-processor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ macro_rules! define_run_body {
///
/// See [`BackgroundProcessor::start`] for information on which actions this handles.
///
/// Requres the `futures` feature. Note that while this method is available without the `std`
/// Requires the `futures` feature. Note that while this method is available without the `std`
/// feature, doing so will skip calling [`NetworkGraph::remove_stale_channels_and_tracking`],
/// you should call [`NetworkGraph::remove_stale_channels_and_tracking_with_time`] regularly
/// manually instead.
Expand Down

0 comments on commit 1540f5e

Please sign in to comment.