Bob peer id can be retrieved from the DB

This remove branches where Alice resumes from the DB but cannot contact
Bob.
This commit is contained in:
Franck Royer 2021-01-22 14:56:11 +11:00
parent a910bc2046
commit 33db688e3a
No known key found for this signature in database
GPG key ID: A82ED75A8DFC50A4
6 changed files with 111 additions and 56 deletions

View file

@ -26,3 +26,4 @@ pub mod seed;
pub mod trace;
mod fs;
mod serde_peer_id;