Skip to content

Commit

Permalink
Fix for required chainId check (#96)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
  • Loading branch information
fab-10 authored Oct 8, 2024
1 parent 02a2f6b commit 6812549
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 6812549

Please sign in to comment.