Skip to content

Commit

Permalink
Fix serialization of Builting::SegmentArena (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
yair-starkware authored Dec 7, 2023
1 parent 1dea9d9 commit db636e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,6 @@ pub enum Builtin {
Bitwise,
#[serde(rename = "keccak_builtin_applications")]
Keccak,
#[serde(rename = "segment_arena_builtin_applications")]
#[serde(rename = "segment_arena_builtin")]
SegmentArena,
}

0 comments on commit db636e5

Please sign in to comment.