mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-07 07:33:12 +00:00
use persistent db
This commit is contained in:
parent
c0fe5480c2
commit
f46d44e6a4
@ -54,8 +54,9 @@ impl NomosDa {
|
||||
}
|
||||
|
||||
pub async fn disperse(&self, data: Vec<u8>, metadata: Metadata) -> Result<(), Error> {
|
||||
self.client
|
||||
.publish_blob(self.url.clone(), data, metadata).await
|
||||
|
||||
// self.client
|
||||
// .publish_blob(self.url.clone(), data, metadata).await
|
||||
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
@ -45,7 +45,6 @@ fn main() -> eyre::Result<()> {
|
||||
Cli::try_parse_args_from([
|
||||
"reth",
|
||||
"node",
|
||||
"--datadir=/tmp/reth-dev/",
|
||||
"--dev",
|
||||
"--dev.block-time=2s",
|
||||
"--http.addr=0.0.0.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user