This commit is contained in:
Michael Sproul
2025-05-08 20:52:50 +10:00
parent 2e50c2daea
commit 4d118a6ff2
18 changed files with 338 additions and 321 deletions

View File

@@ -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.