mirror of
https://github.com/uqbar-dao/nectar.git
synced 2025-01-09 03:00:48 +03:00
Merge pull request #514 from kinode-dao/hf/fix-peering-on-boot
kns: fix peering on boot
This commit is contained in:
commit
5c84a808e5
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user