Move DkgConfirmer to its own file, document

This commit is contained in:
Luke Parker
2023-10-15 01:39:56 -04:00
parent 3483f7fa73
commit 7dc1a24bce
3 changed files with 200 additions and 128 deletions

View File

@@ -33,6 +33,8 @@ pub use db::*;
mod nonce_decider;
pub use nonce_decider::*;
mod dkg_confirmer;
mod handle;
pub use handle::*;