mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 03:31:05 +00:00
Companion for substrate#9138 (#3294)
* fix babe params * update Substrate Co-authored-by: parity-processbot <>
This commit is contained in:
Generated
+159
-161
File diff suppressed because it is too large
Load Diff
@@ -820,6 +820,7 @@ pub fn new_full<RuntimeApi, Executor, OverseerGenerator>(
|
|||||||
babe_link,
|
babe_link,
|
||||||
can_author_with,
|
can_author_with,
|
||||||
block_proposal_slot_portion: babe::SlotProportion::new(2f32 / 3f32),
|
block_proposal_slot_portion: babe::SlotProportion::new(2f32 / 3f32),
|
||||||
|
max_block_proposal_slot_portion: None,
|
||||||
telemetry: telemetry.as_ref().map(|x| x.handle()),
|
telemetry: telemetry.as_ref().map(|x| x.handle()),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user