Update block.rs

This commit is contained in:
Gav Wood 2016-02-26 17:27:56 +01:00
parent a0f930fa07
commit fd63fa6836
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ impl IsBlock for ExecutedBlock {
/// Block that is ready for transactions to be added.
///
/// It's a bit like a Vec<Transaction>, eccept that whenever a transaction is pushed, we execute it and
/// It's a bit like a Vec<Transaction>, except that whenever a transaction is pushed, we execute it and
/// maintain the system `state()`. We also archive execution receipts in preparation for later block creation.
pub struct OpenBlock<'x> {
block: ExecutedBlock,