Skip to content

Commit 2fc9e31

Browse files
author
Samuel Dare
committed
fix: remove unused function
1 parent 8626ca3 commit 2fc9e31

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
@@ -275,11 +275,6 @@ pub mod pallet {
275275
pub fn TotalSupply<T: Config>() -> u64 {
276276
21_000_000_000_000_000 // Rao => 21_000_000 Tao
277277
}
278-
/// Hotkey swap cost.
279-
#[pallet::type_value]
280-
pub fn HotkeySwapCost<T: Config>() -> u64 {
281-
1_000_000_000
282-
}
283278
/// Default total stake.
284279
#[pallet::type_value]
285280
pub fn DefaultDefaultTake<T: Config>() -> u16 {

0 commit comments

Comments
 (0)