Skip to content

Commit

Permalink
log: level
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkAfCod committed Apr 26, 2024
1 parent 750a590 commit 27a98c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ private void updateForkchoice() throws InterruptedException, ExecutionException
var forkChoiceUpdate = forkChoiceUpdateFuture.get();
if (forkChoiceUpdate.hasError()) {
throw new ForkchoiceUpdateException(
"could not accept new forkchoice: %s".formatted(forkChoiceUpdate.getError()));
"could not accept new forkchoice: %s".formatted(forkChoiceUpdate.getError().getMessage()));
}
var forkChoiceUpdateStatus = forkChoiceUpdate.getForkChoiceUpdate().payloadStatus();
var updateStatus = forkChoiceUpdateStatus.getStatus();
Expand Down

0 comments on commit 27a98c2

Please sign in to comment.