diff --git a/runtime/common/src/pallets_config.rs b/runtime/common/src/pallets_config.rs index 892cb3723d6f2bd0d8608ecd915dc3d5c0ca78df..69323965e5d3d6614088c2bf72c1ad1472b52847 100644 --- a/runtime/common/src/pallets_config.rs +++ b/runtime/common/src/pallets_config.rs @@ -186,6 +186,7 @@ macro_rules! pallets_config { type Currency = Balances; type RuntimeEvent = RuntimeEvent; type InnerOnChargeTransaction = CurrencyAdapter<Balances, HandleFees>; + type WeightInfo = common_runtime::weights::pallet_oneshot_account::WeightInfo<Runtime>; } // CONSENSUS // diff --git a/runtime/common/src/weights.rs b/runtime/common/src/weights.rs index b692cbca42ac21c21b4afdb45b45b959252248be..97903b4e1a331230c66ac395f7d4f8f713bc0b73 100644 --- a/runtime/common/src/weights.rs +++ b/runtime/common/src/weights.rs @@ -33,6 +33,7 @@ pub mod pallet_upgrade_origin; pub mod pallet_provide_randomness; pub mod pallet_identity; pub mod pallet_duniter_account; +pub mod pallet_oneshot_account; pub mod pallet_certification_cert; pub mod pallet_certification_smith_cert; pub mod paritydb_weights;