Merge pull request #7006 from paritytech/no-uncles

Disable uncles by default
This commit is contained in:
Marek Kotewicz
2017-11-15 23:51:49 +01:00
committed by Tomasz Drwięga
parent c7621b9bbf
commit d60fe51553
6 changed files with 17 additions and 2 deletions

View File

@@ -43,6 +43,8 @@ pub struct AuthorityRoundParams {
/// Reward per block in wei.
#[serde(rename="blockReward")]
pub block_reward: Option<Uint>,
#[serde(rename="maximumUncleCount")]
pub maximum_uncle_count: Option<Uint>,
}
/// Authority engine deserialization.