Skip to content
Snippets Groups Projects
Commit 6bdea253 authored by WinJ's avatar WinJ
Browse files

small fixes

parent e9771255
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,6 @@ class P2B(Message):
return f"P2B({super().__str__()}, {str(self.ballot_num)}, slot_num: {str(self.slot_num)})"
# Client messages=, separate into a new class
class PaxosRequest(Message):
def __init__(self, addr: Address, lock_command) -> None:
super().__init__(addr)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment