Added missing todo

This commit is contained in:
Daniel Sanchez Quiros 2024-04-18 16:58:03 +02:00
parent a1042f287e
commit 7f978f58af
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ where
if let Err(attestation) = reply_channel.send(attestation) {
error!("Error replying attestation {:?}", attestation);
}
// TODO: Send blob to indexer service
}
_ => {
error!("Received unverified blob {:?}", blob);