hyperledger-labs / mirbft

MirBFT is a consensus library implementing the Mir consensus protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Follow-up Events

matejpavlovic opened this issue · comments

Use the newly introduced FollowUp and FollowUps methods instead of directly accessing the Event's Next field.
This task corresponds to the following TODO:

// TODO: Use the FollowUp function instead of direct access to the Event's Next field.

This task involves looking up all direct accesses to the Next field and replacing them by the appropriate calls to FollowUp and FollowUps