Added missing todo
This commit is contained in:
parent
a1042f287e
commit
7f978f58af
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue