Skip to content

Commit c2ad312

Browse files
committed
trigger spec check
1 parent 3fdccee commit c2ad312

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pallets/subtensor/src/rpc_info/delegate_info.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ 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+
6263
let total_stake: U64F64 = Self::get_total_stake_for_hotkey(&delegate.clone()).into();
6364

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

0 commit comments

Comments
 (0)