mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-05-03 08:03:08 +00:00
remove leftover comment
This commit is contained in:
parent
f5a3eb0ddf
commit
83738f4495
@ -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,
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user