diff --git a/bolt-sidecar/bin/sidecar.rs b/bolt-sidecar/bin/sidecar.rs index 521bf4425..04cde0908 100644 --- a/bolt-sidecar/bin/sidecar.rs +++ b/bolt-sidecar/bin/sidecar.rs @@ -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);