Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Dec 3, 2024
1 parent e6422cf commit 9144c91
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions proposer/succinct/bin/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -343,14 +343,6 @@ async fn request_mock_agg_proof(
))
}

pub fn string_to_bytes(s: &str) -> Vec<u8> {
// Convert string to Vec<u8>
s.as_bytes().to_vec()

// Alternatively, if you want to keep the original string:
// s.bytes().collect()
}

/// Get the status of a proof.
async fn get_proof_status(
Path(proof_id): Path<String>,
Expand Down

0 comments on commit 9144c91

Please sign in to comment.