fn map_tempo_error( e: EVMError<DatabaseError, TempoInvalidTransaction>, ) -> EVMError<DatabaseError>
Maps a Tempo [EVMError] to the common EVMError<DatabaseError> used by NestedEvm.
EVMError
EVMError<DatabaseError>
NestedEvm
This exists because NestedEvm currently uses Eth-typed errors. When NestedEvm gains an associated Error type, this mapping can be removed.
Error