wrap assigning local/global IDs into struct to avoid things getting out of sync

This commit is contained in:
James Wilson
2021-06-21 14:18:44 +01:00
parent 486418e5e9
commit 20524ac8ae
11 changed files with 125 additions and 26 deletions
+7
View File
@@ -0,0 +1,7 @@
mod node;
mod chain;
mod feed_message;
mod state;
pub use state::State;