remove leftover comment

This commit is contained in:
Giacomo Pasini 2025-04-15 13:27:43 +02:00
parent f5a3eb0ddf
commit 83738f4495
No known key found for this signature in database
GPG Key ID: FC08489D2D895D4B

View File

@ -4,8 +4,7 @@ pub use executor_http_client::BasicAuthCredentials;
use reqwest::Url;
use reth_tracing::tracing::{info, error};
use kzgrs_backend::{dispersal::Metadata, encoder::DaEncoderParams};
// TODO: The logic to batch multiple of these blocks (or the transactions within them) and send them to DA and generate proofs is still missing. It will have to be added at the offsite.
// This type does not support any recovery mechanism, so if the node is stopped, the state DB should be cleaned before starting again. The folder is specified by the `--datadir` option in the binary.
pub struct Processor {
da: NomosDa,
}