Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Small fixes #8446

Merged
merged 1 commit into from
Apr 24, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion json/src/vm/vm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use hash::H256;
use blockchain::State;
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)]
pub struct Vm {
/// Contract calls made internaly by executed transaction.
Expand Down