Remove negation

This commit is contained in:
Tan Chee Keong
2025-04-10 19:45:53 +08:00
parent a11cee21d3
commit af676d43be

View File

@@ -1173,7 +1173,7 @@ async fn fill_in_selection_proofs<T: SlotClock + 'static, E: EthSpec>(
&duty,
&duties_service.validator_store,
&duties_service.spec,
!config.selections_endpoint, // non-distributed case
config.selections_endpoint, // non-distributed case
&duties_service.beacon_nodes,
)
.await?;