Improved bootstraping procedure #56

Merged
lx merged 11 commits from better_bootstrap into main 2021-04-05 21:50:36 +00:00
Showing only changes of commit fa11cb746a - Show all commits

View file

@ -669,7 +669,9 @@ impl System {
} }
if list.len() > 0 { if list.len() > 0 {
self.persist_status.save_async(&list).await self.persist_status
.save_async(&list)
.await
.expect("Unable to persist peer list"); .expect("Unable to persist peer list");
} }
} }