fix typos in vm description comment (#8446)
This commit is contained in:
parent
7a28f72abc
commit
baeda93474
@ -22,7 +22,7 @@ use hash::H256;
|
|||||||
use blockchain::State;
|
use blockchain::State;
|
||||||
use vm::{Transaction, Call, Env};
|
use vm::{Transaction, Call, Env};
|
||||||
|
|
||||||
/// Reporesents vm execution environment before and after exeuction of transaction.
|
/// Represents vm execution environment before and after execution of transaction.
|
||||||
#[derive(Debug, PartialEq, Deserialize)]
|
#[derive(Debug, PartialEq, Deserialize)]
|
||||||
pub struct Vm {
|
pub struct Vm {
|
||||||
/// Contract calls made internaly by executed transaction.
|
/// Contract calls made internaly by executed transaction.
|
||||||
|
Loading…
Reference in New Issue
Block a user