Skip to content

Commit 3fdccee

Browse files
committed
regenerate spec
1 parent 6755853 commit 3fdccee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pallets/subtensor/src/rpc_info/delegate_info.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ impl<T: Config> Pallet<T> {
5959

6060
let owner = Self::get_owning_coldkey_for_hotkey(&delegate.clone());
6161
let take: Compact<u16> = <Delegates<T>>::get(delegate.clone()).into();
62-
6362
let total_stake: U64F64 = Self::get_total_stake_for_hotkey(&delegate.clone()).into();
6463

6564
let return_per_1000: U64F64 = if total_stake > U64F64::from_num(0) {

0 commit comments

Comments
 (0)