mirror of
https://github.com/logos-blockchain/logos-blockchain-specs.git
synced 2026-01-26 08:53:06 +00:00
update high_qc
This commit is contained in:
parent
a9dae057ed
commit
b0ab18cf5c
@ -279,5 +279,5 @@ class Carnot:
|
||||
self.local_high_qc = new_qc.high_qc()
|
||||
|
||||
# If my view is not updated, I update it when I see a QC for that view
|
||||
if qc.view == self.current_view:
|
||||
self.current_view += 1
|
||||
if qc.view >= self.current_view:
|
||||
self.current_view = qc.view + 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user