Skip to content

Commit

Permalink
comment note
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Nov 6, 2024
1 parent d822bef commit 951d3a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/exex/src/serde.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ pub enum SerializedScope {
}

impl SerializedScope {
/// NOTE: this is a temporary function to allow running the tests.
/// It should be removed or improved in the future.
pub const fn as_maybe_relocatable(&self) -> Option<MaybeRelocatable> {
Some(MaybeRelocatable::Int(Felt252::ZERO))
}
Expand Down

0 comments on commit 951d3a1

Please sign in to comment.