Skip to content

Commit

Permalink
DEBUG: comment out unknown error
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Dec 9, 2024
1 parent 77ed541 commit 70cf3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/evm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ pub mod pallet {
TransactionValidationError::GasPriceTooLow => Error::<T>::GasPriceTooLow,
TransactionValidationError::PriorityFeeTooHigh => Error::<T>::GasPriceTooLow,
TransactionValidationError::InvalidFeeInput => Error::<T>::GasPriceTooLow,
_ => Error::<T>::Undefined,
// _ => Error::<T>::Undefined,
}
}
}
Expand Down

0 comments on commit 70cf3f8

Please sign in to comment.