From edcd45b437ce300e83170fb11718fa5e7cc1f20f Mon Sep 17 00:00:00 2001 From: mjalalzai <33738574+MForensic@users.noreply.github.com> Date: Wed, 4 Oct 2023 20:38:14 -0700 Subject: [PATCH] propose_block --- carnot/carnot-vote-aggregation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carnot/carnot-vote-aggregation.py b/carnot/carnot-vote-aggregation.py index e1d895b..9917441 100644 --- a/carnot/carnot-vote-aggregation.py +++ b/carnot/carnot-vote-aggregation.py @@ -420,7 +420,7 @@ class Carnot: if isinstance(first_quorum_item, Vote): # Happy path: Create a QC based on votes in the quorum vote = first_quorum_item - assert vote.block in self.safe_blocks, + assert vote.block in self.safe_blocks qc = self.build_qc(vote.view, self.safe_blocks[vote.block], None) elif isinstance(first_quorum_item, NewView): # Unhappy path: Create a QC based on NewView messages in the quorum