We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3faaa commit c33239bCopy full SHA for c33239b
pallets/subtensor/src/lib.rs
@@ -268,7 +268,6 @@ pub mod pallet {
268
/// Additional information about the subnet
269
pub additional: Vec<u8>,
270
}
271
-
272
/// ============================
273
/// ==== Staking + Accounts ====
274
pallets/subtensor/src/macros/config.rs
@@ -5,7 +5,6 @@ use frame_support::pallet_macros::pallet_section;
5
/// This can later be imported into the pallet using [`import_section`].
6
#[pallet_section]
7
mod config {
8
9
/// Configure the pallet by specifying the parameters and types on which it depends.
10
#[pallet::config]
11
pub trait Config: frame_system::Config + pallet_drand::Config {
0 commit comments