Skip to content

Commit 83d3f89

Browse files
author
jagdeep sidhu
committed
Update lib.rs
1 parent 2d9438c commit 83d3f89

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/lib.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,6 @@ impl SyscoinClient {
172172
})
173173
}
174174

175-
/// Return the maximum supported blob size
176-
pub fn max_blob_size(&self) -> usize {
177-
MAX_BLOB_SIZE
178-
}
179-
180175
/// Create a blob in BitcoinDA(FKA Poda) storage
181176
pub async fn create_blob(&self, data: &[u8]) -> Result<String, SyscoinError> {
182177
if data.len() > MAX_BLOB_SIZE {

0 commit comments

Comments
 (0)