Merge pull request #7006 from paritytech/no-uncles
Disable uncles by default
This commit is contained in:
committed by
Tomasz Drwięga
parent
c7621b9bbf
commit
d60fe51553
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user