Skip to content

Commit ea96bec

Browse files
committed
address freeze_struct
1 parent 380587c commit ea96bec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pallets/subtensor/src/rpc_info/dynamic_info.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use codec::Compact;
44
use frame_support::pallet_prelude::{Decode, Encode};
55
use subtensor_macros::freeze_struct;
66

7-
#[freeze_struct("e425055e357d7a13")]
7+
#[freeze_struct("66f29110b41779af")]
88
#[derive(Decode, Encode, PartialEq, Eq, Clone, Debug)]
99
pub struct DynamicInfo<T: Config> {
1010
netuid: Compact<u16>,

pallets/subtensor/src/rpc_info/metagraph.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use frame_support::pallet_prelude::{Decode, Encode};
66
use substrate_fixed::types::I64F64;
77
use subtensor_macros::freeze_struct;
88

9-
#[freeze_struct("b80fd826ead2df2f")]
9+
#[freeze_struct("66f29110b41779af")]
1010
#[derive(Decode, Encode, PartialEq, Eq, Clone, Debug)]
1111
pub struct Metagraph<T: Config> {
1212
// Subnet index

0 commit comments

Comments
 (0)