Skip to content

Commit

Permalink
chore: EqasimTerminationModule is now optional (#289)
Browse files Browse the repository at this point in the history
tkchouaki authored Jan 17, 2025
1 parent 38a4c7a commit 55e4dc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -79,7 +79,7 @@ public EqasimConfigurator() {
registerComponents(EqasimTransitQSimModule::configure);

// Termination
registerConfigGroup(new EqasimTerminationConfigGroup(), false);
registerConfigGroup(new EqasimTerminationConfigGroup(), true);
registerModule(new EqasimTerminationModule(), EqasimTerminationConfigGroup.GROUP_NAME);
registerModule(new TerminationModeShareModule(), EqasimTerminationConfigGroup.GROUP_NAME);

0 comments on commit 55e4dc8

Please sign in to comment.