mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-07 23:53:11 +00:00
publish to da
This commit is contained in:
parent
4884f09742
commit
2906e2744a
@ -54,9 +54,7 @@ impl NomosDa {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub async fn disperse(&self, data: Vec<u8>, metadata: Metadata) -> Result<(), Error> {
|
pub async fn disperse(&self, data: Vec<u8>, metadata: Metadata) -> Result<(), Error> {
|
||||||
// self.client
|
self.client
|
||||||
// .publish_blob(self.url.clone(), data, metadata).await
|
.publish_blob(self.url.clone(), data, metadata).await
|
||||||
|
|
||||||
Ok(())
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user