publish to da

This commit is contained in:
Giacomo Pasini 2025-04-22 17:04:50 +02:00
parent 4884f09742
commit 2906e2744a
No known key found for this signature in database
GPG Key ID: FC08489D2D895D4B

View File

@ -54,9 +54,7 @@ impl NomosDa {
}
pub async fn disperse(&self, data: Vec<u8>, metadata: Metadata) -> Result<(), Error> {
// self.client
// .publish_blob(self.url.clone(), data, metadata).await
Ok(())
self.client
.publish_blob(self.url.clone(), data, metadata).await
}
}