Skip to content

Commit

Permalink
Add dot
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Oct 16, 2023
1 parent 78c7b11 commit b3317bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ private SafeFuture<SignedValidatorRegistration> createSignedValidatorRegistratio
.orElseGet(
() -> {
LOG.warn(
"Fee recipient not configured for {}. Will use a burn address for the validator registration",
"Fee recipient not configured for {}. Will use a burn address for the validator registration.",
validator.getPublicKey());
return Eth1Address.ZERO;
});
Expand Down

0 comments on commit b3317bf

Please sign in to comment.