mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-02-02 04:03:07 +00:00
still reverting
This commit is contained in:
parent
5dd31527ab
commit
cb14d89932
@ -48,8 +48,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(())
|
||||
.publish_blob(self.url.clone(), data, metadata)
|
||||
.await
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user