Merge pull request #3719 from ethcore/engine-block-ordering

Engine block ordering
This commit is contained in:
Gav Wood
2016-12-05 10:37:36 -08:00
committed by GitHub
10 changed files with 88 additions and 45 deletions

View File

@@ -30,8 +30,7 @@ use ethjson;
use rlp::{Rlp, RlpStream, View, Stream};
/// Parameters common to all engines.
#[derive(Debug, PartialEq, Clone)]
#[cfg_attr(test, derive(Default))]
#[derive(Debug, PartialEq, Clone, Default)]
pub struct CommonParams {
/// Account start nonce.
pub account_start_nonce: U256,