git.delta.rocks / unique-network / refs/commits / 9936e25c1d50

difftreelog

fix missing unsigned validator import

Yaroslav Bolyukin2021-04-06parent: #d9a94fd.patch.diff
in: master

1 file changed

modifiedruntime/src/lib.rsdiffbeforeafterboth
595 Timestamp: pallet_timestamp::{Module, Call, Storage, Inherent},595 Timestamp: pallet_timestamp::{Module, Call, Storage, Inherent},
596 Aura: pallet_aura::{Module, Config<T> },596 Aura: pallet_aura::{Module, Config<T> },
597 EVM: pallet_evm::{Module, Config, Call, Storage, Event<T>},597 EVM: pallet_evm::{Module, Config, Call, Storage, Event<T>},
598 Ethereum: pallet_ethereum::{Module, Config, Call, Storage, Event},598 Ethereum: pallet_ethereum::{Module, Config, Call, Storage, Event, ValidateUnsigned},
599 Grandpa: pallet_grandpa::{Module, Call, Storage, Config, Event},599 Grandpa: pallet_grandpa::{Module, Call, Storage, Config, Event},
600 Balances: pallet_balances::{Module, Call, Storage, Config<T>, Event<T>},600 Balances: pallet_balances::{Module, Call, Storage, Config<T>, Event<T>},
601 TransactionPayment: pallet_transaction_payment::{Module, Storage},601 TransactionPayment: pallet_transaction_payment::{Module, Storage},