Skip to content

Commit

Permalink
chore: log sync committee signature errors as error (#7283)
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig authored Dec 6, 2024
1 parent d55bb2d commit 86ed6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/beacon-node/src/api/impl/beacon/pool/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export function getBeaconPoolApi({
}

failures.push({index: i, message: (e as Error).message});
logger.debug(
logger.error(
`Error on submitPoolSyncCommitteeSignatures [${i}]`,
{slot: signature.slot, validatorIndex: signature.validatorIndex},
e as Error
Expand Down

0 comments on commit 86ed6f4

Please sign in to comment.