mirror of
https://github.com/daywalker90/cln-nip47.git
synced 2026-08-13 12:33:43 +02:00
clippy fix
This commit is contained in:
parent
ac2f4b1acd
commit
4cc965bf0b
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ pub async fn budget_task(
|
|||
log::info!("Stopping budget task for {label}");
|
||||
break;
|
||||
}
|
||||
_ = time::sleep(Duration::from_secs(next_reset)) => {
|
||||
() = time::sleep(Duration::from_secs(next_reset)) => {
|
||||
log::info!("Refreshing budget for {label}");
|
||||
*nwc_store.budget_msat
|
||||
.as_mut()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue