protocol execution: fix party index#24
Conversation
Introduced in 79610b4, this bug resulted in miscalculated party indices starting from -1.
0627194 to
120b53d
Compare
|
It's not mistake. Take a look at this scenario: I will add some description to the |
|
Hi Lior, the line I referenced above handled the case without a coordinating party. However, you have fixed the off-by-one in ef6ef8a here: Thanks! |
Introduced in 79610b4, this bug
resulted in miscalculated party indices starting from -1:
MATRIX/Execution/fabfile.py
Line 111 in 79610b4