Skip to content
Snippets Groups Projects

Remove useless rules RenewablePeriod and CertRenewablePeriod

Merged Éloïs requested to merge elois-remove-renewable-period into master
1 file
+ 6
2
Compare changes
  • Side-by-side
  • Inline
@@ -41,9 +41,13 @@ type AccountInfo = gdev_runtime::runtime_types::frame_system::AccountInfo<
@@ -41,9 +41,13 @@ type AccountInfo = gdev_runtime::runtime_types::frame_system::AccountInfo<
Index,
Index,
gdev_runtime::runtime_types::pallet_duniter_account::types::AccountData<Balance>,
gdev_runtime::runtime_types::pallet_duniter_account::types::AccountData<Balance>,
>;
>;
 
type IdtyData = gdev_runtime::runtime_types::common_runtime::entities::IdtyData;
type IdtyIndex = u32;
type IdtyIndex = u32;
type IdtyValue =
type IdtyValue = gdev_runtime::runtime_types::pallet_identity::types::IdtyValue<
gdev_runtime::runtime_types::pallet_identity::types::IdtyValue<BlockNumber, AccountId32>;
BlockNumber,
 
AccountId32,
 
IdtyData,
 
>;
use gdev_runtime::runtime_types::pallet_identity::types::IdtyStatus;
use gdev_runtime::runtime_types::pallet_identity::types::IdtyStatus;
struct Storage {
struct Storage {
Loading