Skip to content

Commit 76a1d1d

Browse files
authored
Update beacon_node/beacon_chain/src/beacon_chain.rs
1 parent 4a7e3a7 commit 76a1d1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

beacon_node/beacon_chain/src/beacon_chain.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3837,7 +3837,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
38373837
.start_of(prepare_slot)
38383838
.ok_or(Error::InvalidSlot(prepare_slot))?
38393839
.as_secs(),
3840-
random: head.random,
3840+
prev_randao: head.random,
38413841
suggested_fee_recipient: execution_layer
38423842
.get_suggested_fee_recipient(proposer as u64)
38433843
.await,

0 commit comments

Comments
 (0)