We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680e4ad commit f7b567aCopy full SHA for f7b567a
pallets/subtensor/src/lib.rs
@@ -277,11 +277,6 @@ pub mod pallet {
277
pub fn TotalSupply<T: Config>() -> u64 {
278
21_000_000_000_000_000 // Rao => 21_000_000 Tao
279
}
280
- /// Hotkey swap cost.
281
- #[pallet::type_value]
282
- pub fn HotkeySwapCost<T: Config>() -> u64 {
283
- 1_000_000_000
284
- }
285
/// Default total stake.
286
#[pallet::type_value]
287
pub fn DefaultDefaultTake<T: Config>() -> u16 {
0 commit comments