mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-28 18:23:38 +00:00
More WIP
This commit is contained in:
@@ -83,7 +83,7 @@ pub trait ValidatorStore: Send + Sync {
|
||||
fn get_fee_recipient(
|
||||
&self,
|
||||
validator_pubkey: &PublicKeyBytes,
|
||||
) -> impl Future<Output = Option<Address>>;
|
||||
) -> impl Future<Output = Option<Address>> + Send + Sync;
|
||||
|
||||
/// Translate the `builder_proposals`, `builder_boost_factor` and
|
||||
/// `prefer_builder_proposals` to a boost factor, if available.
|
||||
|
||||
Reference in New Issue
Block a user