mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Kill the light client, CHTs and change tries. (#10080)
* Remove light client, change tries and CHTs * Update tests * fmt * Restore changes_root * Fixed benches * Cargo fmt * fmt * fmt
This commit is contained in:
@@ -633,7 +633,7 @@ impl<T: Config> Pallet<T> {
|
||||
}
|
||||
|
||||
fn deposit_consensus<U: Encode>(new: U) {
|
||||
let log: DigestItem<T::Hash> = DigestItem::Consensus(BABE_ENGINE_ID, new.encode());
|
||||
let log = DigestItem::Consensus(BABE_ENGINE_ID, new.encode());
|
||||
<frame_system::Pallet<T>>::deposit_log(log.into())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user