Skip to content

Commit 8ed0b7d

Browse files
Rjectedonbjerg
andcommitted
make ConfigureEvm docs more distinct
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
1 parent 2ba078e commit 8ed0b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/node-api/src/evm/traits.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub trait ConfigureEvm: ConfigureEvmEnv {
1515
}
1616
}
1717

18-
/// This represents the set of methods used to configure the EVM before execution.
18+
/// This represents the set of methods used to configure the EVM's environment before block execution.
1919
pub trait ConfigureEvmEnv: Send + Sync + Unpin + Clone {
2020
/// The type of the transaction metadata.
2121
type TxMeta;

0 commit comments

Comments
 (0)