We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba078e commit 8ed0b7dCopy full SHA for 8ed0b7d
crates/node-api/src/evm/traits.rs
@@ -15,7 +15,7 @@ pub trait ConfigureEvm: ConfigureEvmEnv {
15
}
16
17
18
-/// This represents the set of methods used to configure the EVM before execution.
+/// This represents the set of methods used to configure the EVM's environment before block execution.
19
pub trait ConfigureEvmEnv: Send + Sync + Unpin + Clone {
20
/// The type of the transaction metadata.
21
type TxMeta;
0 commit comments