Skip to content

Commit 4c05546

Browse files
committed
WIP
1 parent 377086e commit 4c05546

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pallets/commitments/src/types.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ use sp_runtime::{
2929
RuntimeDebug,
3030
};
3131
use sp_std::{fmt::Debug, iter::once, prelude::*};
32-
use subtensor_macros::freeze_struct;
32+
use subtensor_macros::freeze_struct_ignore_ra;
3333

3434
/// Either underlying data blob if it is at most 32 bytes, or a hash of it. If the data is greater
3535
/// than 32-bytes then it will be truncated when encoding.
@@ -284,7 +284,7 @@ impl Default for Data {
284284
}
285285
}
286286

287-
#[freeze_struct("1053e03f8a8f6a67")]
287+
#[freeze_struct_ignore_ra("1053e03f8a8f6a67")]
288288
#[derive(
289289
CloneNoBound, Encode, Decode, Eq, MaxEncodedLen, PartialEqNoBound, RuntimeDebugNoBound, TypeInfo,
290290
)]

0 commit comments

Comments
 (0)