diff --git a/crates/apollo_rpc_execution/src/lib.rs b/crates/apollo_rpc_execution/src/lib.rs index 2c9bad7f38e..f09649d2404 100644 --- a/crates/apollo_rpc_execution/src/lib.rs +++ b/crates/apollo_rpc_execution/src/lib.rs @@ -198,7 +198,7 @@ pub enum ExecutionError { #[error(transparent)] StorageError(#[from] StorageError), #[error(transparent)] - TransactionFeeError(#[from] blockifier::transaction::errors::TransactionFeeError), + TransactionFeeError(#[from] Box), #[error( "Execution failed at transaction {transaction_index:?} with error: {execution_error:?}" )]