mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 04:37:13 +00:00
Merge branch 'gloas-proposer-preferences-sse' into glamsterdam-devnet-4
This commit is contained in:
@@ -14,8 +14,10 @@ use tree_hash_derive::TreeHash;
|
||||
pub struct ProposerPreferences {
|
||||
pub dependent_root: Hash256,
|
||||
pub proposal_slot: Slot,
|
||||
#[serde(with = "serde_utils::quoted_u64")]
|
||||
pub validator_index: u64,
|
||||
pub fee_recipient: Address,
|
||||
#[serde(with = "serde_utils::quoted_u64")]
|
||||
pub target_gas_limit: u64,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user