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 12f483c commit ea136bbCopy full SHA for ea136bb
pallets/subtensor/src/rpc_info/dynamic_info.rs
@@ -4,7 +4,7 @@ use codec::Compact;
4
use frame_support::pallet_prelude::{Decode, Encode};
5
use subtensor_macros::freeze_struct;
6
7
-#[freeze_struct("66f29110b41779af")]
+#[freeze_struct("6f2a966922016f51")]
8
#[derive(Decode, Encode, PartialEq, Eq, Clone, Debug)]
9
pub struct DynamicInfo<T: Config> {
10
netuid: Compact<u16>,
0 commit comments