Skip to content

Commit

Permalink
Update arbitrator/prover/src/binary.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Colvin <[email protected]>
  • Loading branch information
rachel-bousfield and joshuacolvin0 authored May 2, 2024
1 parent a61eee7 commit 0f5d875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arbitrator/prover/src/binary.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ pub struct WasmBinary<'a> {
pub codes: Vec<Code<'a>>,
pub datas: Vec<Data<'a>>,
pub names: NameCustomSection,
/// The soruce wasm, if known.
/// The source wasm, if known.
pub wasm: Option<&'a [u8]>,
/// Consensus data used to make module hashes unique.
pub extra_data: Vec<u8>,
Expand Down

0 comments on commit 0f5d875

Please sign in to comment.