Skip to content

Commit

Permalink
chore: small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Jul 17, 2024
2 parents 13723af + 0d1ce4a commit abf9eb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bolt-sidecar/bin/sidecar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ async fn main() -> eyre::Result<()> {
"Validation against execution state passed"
);

// TODO: review all this `clone` usage

// parse the request into constraints and sign them with the sidecar signer
let slot = request.slot;
let message = ConstraintsMessage::build(validator_index, request);
Expand Down

0 comments on commit abf9eb8

Please sign in to comment.