diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 93357f227..a2cb120e1 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -2158,7 +2158,7 @@ impl_runtime_apis! { result.encode() } - fn get_stake_for_hotkey_coldkey_netuid( hotkey_account_vec: Vec, coldkey_account_vec: Vec, netuid: u16 ) -> Vec { + fn get_stake_info_for_hotkey_coldkey_netuid( hotkey_account_vec: Vec, coldkey_account_vec: Vec, netuid: u16 ) -> Vec { let result = SubtensorModule::get_stake_info_for_hotkey_coldkey_netuid( hotkey_account_vec, coldkey_account_vec, netuid ); result.encode() }