Skip to content

Commit

Permalink
Update beacon_node/beacon_chain/src/beacon_chain.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
realbigsean authored Mar 3, 2022
1 parent 4a7e3a7 commit 76a1d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_node/beacon_chain/src/beacon_chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3837,7 +3837,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
.start_of(prepare_slot)
.ok_or(Error::InvalidSlot(prepare_slot))?
.as_secs(),
random: head.random,
prev_randao: head.random,
suggested_fee_recipient: execution_layer
.get_suggested_fee_recipient(proposer as u64)
.await,
Expand Down

0 comments on commit 76a1d1d

Please sign in to comment.