Skip to content

Commit f7b567a

Browse files
author
Samuel Dare
committed
fix: remove unused function
1 parent 680e4ad commit f7b567a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pallets/subtensor/src/lib.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -277,11 +277,6 @@ pub mod pallet {
277277
pub fn TotalSupply<T: Config>() -> u64 {
278278
21_000_000_000_000_000 // Rao => 21_000_000 Tao
279279
}
280-
/// Hotkey swap cost.
281-
#[pallet::type_value]
282-
pub fn HotkeySwapCost<T: Config>() -> u64 {
283-
1_000_000_000
284-
}
285280
/// Default total stake.
286281
#[pallet::type_value]
287282
pub fn DefaultDefaultTake<T: Config>() -> u16 {

0 commit comments

Comments
 (0)