Follow-up Events
matejpavlovic opened this issue · comments
Matej Pavlovic commented
Use the newly introduced FollowUp
and FollowUps
methods instead of directly accessing the Event's Next
field.
This task corresponds to the following TODO:
mirbft/pkg/pb/eventpb/methods.go
Line 3 in ba531de
This task involves looking up all direct accesses to the
Next
field and replacing them by the appropriate calls to FollowUp
and FollowUps