Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Derek Pierre <derek.pierre@gmail.com>
  • Loading branch information
vzotova and derekpierre authored Jun 27, 2024
1 parent 39d5678 commit 8e7bb18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ contract BqETHSubscription is EncryptorSlotsSubscription, Initializable, Ownable
state == Coordinator.RitualState.DKG_INVALID ||
state == Coordinator.RitualState.DKG_TIMEOUT ||
state == Coordinator.RitualState.EXPIRED, // TODO check if it's ok
"Only failed rituals allowed to be reinitiated"
"Only failed/expired rituals allowed to be reinitiated"
);
}
activeRitualId = ritualId;
Expand Down

0 comments on commit 8e7bb18

Please sign in to comment.