Disable tree rebuild (#293)

This commit is contained in:
Daniel Sanchez 2023-08-04 12:17:10 +02:00 committed by GitHub
parent c16b794517
commit 30bf101576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ where
}
fn rebuild(&mut self, _timeout_qc: crate::TimeoutQc) {
unimplemented!("do nothing for now")
// do nothing for now
}
fn is_member_of_child_committee(&self, parent: NodeId, child: NodeId) -> bool {