You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 19, 2023. It is now read-only.
Use the newly introduced FollowUp and FollowUps methods instead of directly accessing the Event's Next field.
This task corresponds to the following TODO:
Use the newly introduced
FollowUp
andFollowUps
methods instead of directly accessing the Event'sNext
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 toFollowUp
andFollowUps
The text was updated successfully, but these errors were encountered: