We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 079d3a4 commit d31f00dCopy full SHA for d31f00d
crates/apollo_rpc_execution/src/lib.rs
@@ -198,7 +198,7 @@ pub enum ExecutionError {
198
#[error(transparent)]
199
StorageError(#[from] StorageError),
200
201
- TransactionFeeError(#[from] blockifier::transaction::errors::TransactionFeeError),
+ TransactionFeeError(#[from] Box<blockifier::transaction::errors::TransactionFeeError>),
202
#[error(
203
"Execution failed at transaction {transaction_index:?} with error: {execution_error:?}"
204
)]
0 commit comments