Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
Signed-off-by: Dori Medini <[email protected]>
  • Loading branch information
dorimedini-starkware committed Nov 20, 2024
1 parent 74c0cbe commit 0137a13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload_artifacts_workflow.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Upload-Artifacts
name: Upload-Artifacts-V2

on:
workflow_run:
Expand Down
1 change: 1 addition & 0 deletions crates/blockifier/src/test_utils/struct_impls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ impl BlockContext {
}
}

// tmp
impl CallExecution {
pub fn from_retdata(retdata: Retdata) -> Self {
Self { retdata, ..Default::default() }
Expand Down

0 comments on commit 0137a13

Please sign in to comment.