Merge remote-tracking branch 'origin/UnhappyPathAndPaceMaker' into UnhappyPathAndPaceMaker

# Conflicts:
#	carnot/spec.md
This commit is contained in:
mjalalzai 2023-03-22 20:43:00 -07:00
commit 83e63aec0e
1 changed files with 1 additions and 1 deletions

View File

@ -449,7 +449,7 @@ def increment_view_timeout_qc (timeout_qc: Timeout_qc):
if timeout_qc==None or timeout_qc.view < CURRENT_VIEW:
return false
LAST_VIEW_TIMEOUT_QC = timeout_qc
start_timer(timeout_qc.view+1)
start_timer(qc.view+1)
return true
```