Skip to content

Commit b386f62

Browse files
committed
DEBUG: Add 2 more uncovered TransactionValidationError values
1 parent 77ed541 commit b386f62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frame/evm/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,8 @@ pub mod pallet {
507507
TransactionValidationError::GasPriceTooLow => Error::<T>::GasPriceTooLow,
508508
TransactionValidationError::PriorityFeeTooHigh => Error::<T>::GasPriceTooLow,
509509
TransactionValidationError::InvalidFeeInput => Error::<T>::GasPriceTooLow,
510+
TransactionValidationError::InvalidChainId => panic!("+++ DEBUG: InvalidChainId"),
511+
TransactionValidationError::InvalidSignature => panic!("+++ DEBUG: InvalidSignature")
510512
_ => Error::<T>::Undefined,
511513
}
512514
}

0 commit comments

Comments
 (0)