Merge pull request #514 from kinode-dao/hf/fix-peering-on-boot

kns: fix peering on boot
This commit is contained in:
nick.kino 2024-08-27 17:34:21 -07:00 committed by GitHub
commit 5c84a808e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -153,6 +153,8 @@ fn main(our: Address, mut state: State) -> anyhow::Result<()> {
notes_filter.clone(),
&mut pending_notes,
);
// set a timer tick so any pending logs will be processed
timer::set_timer(DELAY_MS, None);
println!("done syncing old logs.");
loop {