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 6755853 commit 3fdcceeCopy full SHA for 3fdccee
pallets/subtensor/src/rpc_info/delegate_info.rs
@@ -59,7 +59,6 @@ impl<T: Config> Pallet<T> {
59
60
let owner = Self::get_owning_coldkey_for_hotkey(&delegate.clone());
61
let take: Compact<u16> = <Delegates<T>>::get(delegate.clone()).into();
62
-
63
let total_stake: U64F64 = Self::get_total_stake_for_hotkey(&delegate.clone()).into();
64
65
let return_per_1000: U64F64 = if total_stake > U64F64::from_num(0) {
0 commit comments