Skip to content

Commit

Permalink
fix plugin usage post-rebase
Browse files Browse the repository at this point in the history
Signed-off-by: garyschulte <[email protected]>
  • Loading branch information
garyschulte committed Apr 22, 2024
1 parent 8836bfb commit d514f70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ public void afterExternalServicesMainLoop() {
"BesuContext should be in state %s but it was in %s",
Lifecycle.BEFORE_MAIN_LOOP_FINISHED,
state);
final Iterator<BesuPlugin> pluginsIterator = plugins.iterator();
final Iterator<BesuPlugin> pluginsIterator = registeredPlugins.iterator();

while (pluginsIterator.hasNext()) {
final BesuPlugin plugin = pluginsIterator.next();
Expand Down

0 comments on commit d514f70

Please sign in to comment.