We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 296301e commit 106b2c0Copy full SHA for 106b2c0
pallets/admin-utils/src/lib.rs
@@ -40,9 +40,6 @@ pub mod pallet {
40
+ pallet_subtensor::pallet::Config
41
+ pallet_evm_chain_id::pallet::Config
42
{
43
- ///// Because this pallet emits events, it depends on the runtime's definition of an event.
44
- //type RuntimeEvent: From<Event<Self>> + IsType<<Self as frame_system::Config>::RuntimeEvent>;
45
-
46
/// Unit of assets
47
type Balance: Balance;
48
}
0 commit comments