diff --git a/src/runtime2/consensus.rs b/src/runtime2/consensus.rs index 3dcc486fd31924a0df5c3f1ae47caa13009fbb0f..d7b55d2fd9f7b83af9aa27c2cd7d2059da54efef 100644 --- a/src/runtime2/consensus.rs +++ b/src/runtime2/consensus.rs @@ -121,7 +121,6 @@ impl Consensus { return !self.branch_annotations.is_empty(); } - /// TODO: Remove this once multi-fire is in place #[deprecated] pub fn get_annotation(&self, branch_id: BranchId, channel_id: PortIdLocal) -> &ChannelAnnotation { let branch = &self.branch_annotations[branch_id.index as usize];