forward_vote

This commit is contained in:
mjalalzai 2023-10-04 19:08:42 -07:00
parent 9000b6fdb6
commit 5c9cc38601

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 None
return return Send(to=self.overlay.parent_committee, payload=vote)