no default uncles

This commit is contained in:
keorn
2017-11-09 23:56:02 +00:00
parent ffee6aacff
commit 261c0d5368
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.