mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 01:41:09 +00:00
Companion: Remove uncles related code (#2126)
* Companion: Remove `uncles` related code https://github.com/paritytech/substrate/pull/13216 * update lockfile for {"polkadot", "substrate"} --------- Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -496,10 +496,6 @@ pub mod pallet {
|
||||
DispatchClass::Mandatory,
|
||||
);
|
||||
}
|
||||
|
||||
fn note_uncle(_author: T::AccountId, _age: T::BlockNumber) {
|
||||
//TODO can we ignore this?
|
||||
}
|
||||
}
|
||||
|
||||
/// Play the role of the session manager.
|
||||
|
||||
Reference in New Issue
Block a user