Skip to content

Commit

Permalink
fix: conflicts after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
varex83 committed Oct 28, 2024
1 parent 4643dec commit bf0b41c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions crates/blockifier/src/execution/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ pub enum EntryPointExecutionError {
#[error(transparent)]
NativeUnexpectedError(#[from] NativeError),
#[error(transparent)]
NativeUnexpectedError(#[from] NativeError),
#[error(transparent)]
PostExecutionError(#[from] PostExecutionError),
#[error(transparent)]
PreExecutionError(#[from] PreExecutionError),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ use crate::execution::entry_point::{
};
use crate::execution::errors::{EntryPointExecutionError, PostExecutionError};
use crate::execution::native::syscall_handler::NativeSyscallHandler;
use crate::execution::native::utils::decode_felts_as_str;
use crate::state::state_api::State;

pub fn execute_entry_point_call(
Expand Down

0 comments on commit bf0b41c

Please sign in to comment.