Skip to content

Commit

Permalink
Merge branch 'main' into release-v0.1.4-testX
Browse files Browse the repository at this point in the history
  • Loading branch information
fab-10 committed Oct 8, 2024
2 parents c6f356f + 6812549 commit 72d58cc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ public void register(final BesuContext context) {
public abstract void doRegister(final BesuContext context);

@Override
public void beforeExternalServices() {
super.beforeExternalServices();
public void start() {
super.start();

blockchainService
.getChainId()
Expand Down

0 comments on commit 72d58cc

Please sign in to comment.