We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ed541 commit b386f62Copy full SHA for b386f62
frame/evm/src/lib.rs
@@ -507,6 +507,8 @@ pub mod pallet {
507
TransactionValidationError::GasPriceTooLow => Error::<T>::GasPriceTooLow,
508
TransactionValidationError::PriorityFeeTooHigh => Error::<T>::GasPriceTooLow,
509
TransactionValidationError::InvalidFeeInput => Error::<T>::GasPriceTooLow,
510
+ TransactionValidationError::InvalidChainId => panic!("+++ DEBUG: InvalidChainId"),
511
+ TransactionValidationError::InvalidSignature => panic!("+++ DEBUG: InvalidSignature")
512
_ => Error::<T>::Undefined,
513
}
514
0 commit comments