Skip to content

Commit 7f22435

Browse files
committed
remove unused func
1 parent 7b542e2 commit 7f22435

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pallets/subtensor/src/staking/helpers.rs

-9
Original file line numberDiff line numberDiff line change
@@ -277,13 +277,4 @@ impl<T: Config> Pallet<T> {
277277

278278
Ok(credit)
279279
}
280-
281-
// Returns the total amount of stake under a hotkey (delegative or otherwise) on a subnet
282-
//
283-
pub fn get_total_stake_for_hotkey_on_netuid(hotkey: &T::AccountId, netuid: u16) -> u64 {
284-
let alpha: I96F32 =
285-
I96F32::saturating_from_num(Self::get_stake_for_hotkey_on_subnet(hotkey, netuid));
286-
let tao_price: I96F32 = Self::get_alpha_price(netuid);
287-
alpha.saturating_mul(tao_price).saturating_to_num::<u64>()
288-
}
289280
}

0 commit comments

Comments
 (0)