Skip to content
Snippets Groups Projects
Commit ae85519e authored by bgallois's avatar bgallois Committed by Pascal Engélibert
Browse files

feat(runtimes): use our benchmarks for pallet oneshot_account

parent f453e52d
No related branches found
No related tags found
1 merge request!153Oneshot account pallet benchmark
Pipeline #22529 passed
......@@ -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 //
......
......@@ -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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment