mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
remove: Remove unused fields
This commit is contained in:
@ -2,7 +2,7 @@ use crate::{
|
||||
evm::{
|
||||
api::{ctx::HlContext, HlEvmInner},
|
||||
spec::HlSpecId,
|
||||
transaction::{HlTxEnv, HlTxTr},
|
||||
transaction::HlTxEnv,
|
||||
},
|
||||
node::HlNode,
|
||||
};
|
||||
@ -98,9 +98,6 @@ where
|
||||
if self.inspect {
|
||||
self.inner.set_tx(tx);
|
||||
self.inner.inspect_replay()
|
||||
} else if tx.is_system_transaction() {
|
||||
self.inner.set_tx(tx);
|
||||
self.inner.inspect_replay()
|
||||
} else {
|
||||
self.inner.transact(tx)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user