Skip to content

Commit d31f00d

Browse files
apollo_rpc_execution: box TransactionFeeError in ExecutionError
1 parent 079d3a4 commit d31f00d

File tree

1 file changed

+1
-1
lines changed
  • crates/apollo_rpc_execution/src

1 file changed

+1
-1
lines changed

crates/apollo_rpc_execution/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ pub enum ExecutionError {
198198
#[error(transparent)]
199199
StorageError(#[from] StorageError),
200200
#[error(transparent)]
201-
TransactionFeeError(#[from] blockifier::transaction::errors::TransactionFeeError),
201+
TransactionFeeError(#[from] Box<blockifier::transaction::errors::TransactionFeeError>),
202202
#[error(
203203
"Execution failed at transaction {transaction_index:?} with error: {execution_error:?}"
204204
)]

0 commit comments

Comments
 (0)