Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
eserilev committed Dec 3, 2023
1 parent d108edc commit f0f2442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator_client/src/block_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ impl<T: SlotClock + 'static, E: EthSpec> BlockService<T, E> {
)
}
} else {
// TODO this can be deprecated post deneb
// TODO block v2 endpoint usage can be deprecated post deneb
for validator_pubkey in proposers {
let builder_proposals = self
.validator_store
Expand Down

0 comments on commit f0f2442

Please sign in to comment.