Skip to content

Commit

Permalink
feat: pub fn main
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Nov 4, 2024
1 parent 284e026 commit 62d468a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ fn get_validator_bitmap_commitment(
convert_bitmap_to_u256(validator_bitmap)
}

fn main() {
pub fn main() {
// Read in the proof inputs. Note: Use a slice, as bincode is unable to deserialize protobuf.
let proof_inputs_vec = sp1_zkvm::io::read_vec();
let proof_inputs = serde_cbor::from_slice(&proof_inputs_vec).unwrap();
Expand Down

0 comments on commit 62d468a

Please sign in to comment.