From fce08351e36232b994bbdc570498398cbe875209 Mon Sep 17 00:00:00 2001 From: Cameron Fairchild Date: Tue, 28 Jan 2025 13:54:07 -0500 Subject: [PATCH] typo --- runtime/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }