Skip to content
Snippets Groups Projects
Commit d8634e12 authored by Éloïs's avatar Éloïs
Browse files

fix live tests compilation

parent 894b95bd
No related branches found
No related tags found
1 merge request!87Remove useless rules RenewablePeriod and CertRenewablePeriod
This commit is part of merge request !87. Comments created here will be created in the context of that merge request.
......@@ -41,9 +41,13 @@ type AccountInfo = gdev_runtime::runtime_types::frame_system::AccountInfo<
Index,
gdev_runtime::runtime_types::pallet_duniter_account::types::AccountData<Balance>,
>;
type IdtyData = gdev_runtime::runtime_types::common_runtime::entities::IdtyData;
type IdtyIndex = u32;
type IdtyValue =
gdev_runtime::runtime_types::pallet_identity::types::IdtyValue<BlockNumber, AccountId32>;
type IdtyValue = gdev_runtime::runtime_types::pallet_identity::types::IdtyValue<
BlockNumber,
AccountId32,
IdtyData,
>;
use gdev_runtime::runtime_types::pallet_identity::types::IdtyStatus;
struct Storage {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment