forward_vote

This commit is contained in:
mjalalzai 2023-10-04 19:08:55 -07:00
parent 5c9cc38601
commit e76fe84283

View File

@ -391,4 +391,4 @@ class Carnot:
return Send(to=self.overlay.next_leader(), payload=vote)
else:
# Return None if not a member of the root committee
return return Send(to=self.overlay.parent_committee, payload=vote)
return Send(to=self.overlay.parent_committee, payload=vote)