Skip to content

Commit 74e1beb

Browse files
committed
fix
1 parent a4f9ad7 commit 74e1beb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pallets/registry/src/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ impl TypeInfo for IdentityFields {
279279
///
280280
/// NOTE: This should be stored at the end of the storage item to facilitate the addition of extra
281281
/// fields in a backwards compatible way through a specialized `Decode` impl.
282-
#[freeze_struct("70b183c8753429f1")]
282+
#[freeze_struct("9d47309f8e379957")]
283283
#[derive(
284284
CloneNoBound, Encode, Decode, Eq, MaxEncodedLen, PartialEqNoBound, RuntimeDebugNoBound, TypeInfo,
285285
)]

pallets/subtensor/src/subnet_info.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use frame_support::storage::IterableStorageMap;
44
extern crate alloc;
55
use codec::Compact;
66

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

0 commit comments

Comments
 (0)