mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 11:17:56 +00:00
Remove not required DigestItem conversion (#11165)
This commit is contained in:
@@ -627,7 +627,7 @@ impl<T: Config> Pallet<T> {
|
||||
|
||||
fn deposit_consensus<U: Encode>(new: U) {
|
||||
let log = DigestItem::Consensus(BABE_ENGINE_ID, new.encode());
|
||||
<frame_system::Pallet<T>>::deposit_log(log.into())
|
||||
<frame_system::Pallet<T>>::deposit_log(log)
|
||||
}
|
||||
|
||||
fn deposit_randomness(randomness: &schnorrkel::Randomness) {
|
||||
|
||||
Reference in New Issue
Block a user