Skip to content

Commit caeca85

Browse files
authored
Use FCR store in get_safe_execution_block_hash call (#5542)
1 parent 2359a5e commit caeca85

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

specs/bellatrix/validator.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ To obtain an execution payload, a block proposer building a block on top of a
132132
- `state` is the state object after applying `process_slots(state, slot)`
133133
transition to the resulting state of the parent block processing
134134
- `safe_block_hash` is the return value of the
135-
`get_safe_execution_block_hash(store: Store)` function call
135+
`get_safe_execution_block_hash(fcr_store: FastConfirmationStore)` function
136+
call
136137
- `finalized_block_hash` is the block hash of the latest finalized execution
137138
payload (`Hash32()` if none yet finalized)
138139
- `suggested_fee_recipient` is the value suggested to be used for the

0 commit comments

Comments
 (0)