Skip to content

Commit

Permalink
FIX: BinaryProgram serialization skip.
Browse files Browse the repository at this point in the history
  • Loading branch information
web3Softcloud committed Jan 11, 2024
1 parent 9d64f0f commit d9fc2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/program/binary_program.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use crate::vm::{
pub struct BinaryProgram {
pub bytecode: String,
pub prophets: Vec<OlaProphet>,
#[serde(skip_serializing)]
#[serde(skip)]
pub debug_info: Option<BTreeMap<usize, String>>,
}

Expand Down

0 comments on commit d9fc2ff

Please sign in to comment.