mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-10 05:33:40 +01:00
Merge pull request #2081 from TheBlueMatt/2023-03-future-poll-panic
This commit is contained in:
commit
2e90ca11ca
1 changed files with 1 additions and 1 deletions
|
@ -349,9 +349,9 @@ macro_rules! define_run_body {
|
||||||
log_error!($logger, "Error: Failed to persist network graph, check your disk and permissions {}", e)
|
log_error!($logger, "Error: Failed to persist network graph, check your disk and permissions {}", e)
|
||||||
}
|
}
|
||||||
|
|
||||||
last_prune_call = $get_timer(NETWORK_PRUNE_TIMER);
|
|
||||||
have_pruned = true;
|
have_pruned = true;
|
||||||
}
|
}
|
||||||
|
last_prune_call = $get_timer(NETWORK_PRUNE_TIMER);
|
||||||
}
|
}
|
||||||
|
|
||||||
if $timer_elapsed(&mut last_scorer_persist_call, SCORER_PERSIST_TIMER) {
|
if $timer_elapsed(&mut last_scorer_persist_call, SCORER_PERSIST_TIMER) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue