Skip to content

Commit

Permalink
chore: log block transition steps in publishBlock api (#6199)
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths authored Dec 18, 2023
1 parent c044d4c commit 7a0a031
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/beacon-node/src/api/impl/beacon/blocks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ export function getBeaconBlockApi({
verifyOnly: true,
skipVerifyBlockSignatures: true,
skipVerifyExecutionPayload: true,
seenTimestampSec,
}
);
} catch (error) {
Expand Down

0 comments on commit 7a0a031

Please sign in to comment.