mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-21 08:35:40 +00:00
remove training wheels (#2800)
This commit is contained in:
committed by
GitHub
parent
57b56770e0
commit
05a5047e40
@@ -1062,7 +1062,7 @@ pub fn new_full<RuntimeApi, Executor>(
|
||||
|
||||
#[cfg(feature = "real-overseer")]
|
||||
let builder = if let Some(ref overseer) = overseer_handler {
|
||||
builder.add(grandpa_support::ApprovalCheckingDiagnostic::new(
|
||||
builder.add(grandpa_support::ApprovalCheckingVotingRule::new(
|
||||
overseer.clone(),
|
||||
prometheus_registry.as_ref(),
|
||||
)?)
|
||||
|
||||
Reference in New Issue
Block a user