diff --git a/enclave-runtime/src/top_pool_execution.rs b/enclave-runtime/src/top_pool_execution.rs index 90e46906b7..098b96a26e 100644 --- a/enclave-runtime/src/top_pool_execution.rs +++ b/enclave-runtime/src/top_pool_execution.rs @@ -258,7 +258,7 @@ where block_import_trigger, proposer_environment, ) - .with_claim_strategy(SlotClaimStrategy::Always) + .with_claim_strategy(SlotClaimStrategy::RoundRobin) .with_allow_delayed_proposal(true); let (blocks, xts): (Vec<_>, Vec<_>) =