From a425f3fa9a6c294ea1025be616cb4882f4b0c314 Mon Sep 17 00:00:00 2001 From: Shawn Tabrizi Date: Thu, 2 Dec 2021 19:00:22 -0400 Subject: [PATCH] trivial fix (#4441) --- polkadot/runtime/polkadot/src/lib.rs | 2 -- polkadot/xcm/pallet-xcm-benchmarks/template.hbs | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/polkadot/runtime/polkadot/src/lib.rs b/polkadot/runtime/polkadot/src/lib.rs index 6448c95512..bc9e1086bb 100644 --- a/polkadot/runtime/polkadot/src/lib.rs +++ b/polkadot/runtime/polkadot/src/lib.rs @@ -1925,7 +1925,6 @@ sp_api::impl_runtime_apis! { // in the generated file. list_benchmark!(list, extra, runtime_common::claims, Claims); list_benchmark!(list, extra, runtime_common::crowdloan, Crowdloan); - list_benchmark!(list, extra, runtime_common::claims, Claims); list_benchmark!(list, extra, runtime_common::slots, Slots); list_benchmark!(list, extra, runtime_common::paras_registrar, Registrar); list_benchmark!(list, extra, runtime_parachains::configuration, Configuration); @@ -2002,7 +2001,6 @@ sp_api::impl_runtime_apis! { // in the generated file. add_benchmark!(params, batches, runtime_common::claims, Claims); add_benchmark!(params, batches, runtime_common::crowdloan, Crowdloan); - add_benchmark!(params, batches, runtime_common::claims, Claims); add_benchmark!(params, batches, runtime_common::slots, Slots); add_benchmark!(params, batches, runtime_common::paras_registrar, Registrar); add_benchmark!(params, batches, runtime_parachains::configuration, Configuration); diff --git a/polkadot/xcm/pallet-xcm-benchmarks/template.hbs b/polkadot/xcm/pallet-xcm-benchmarks/template.hbs index 89880e9f70..8a543316f8 100644 --- a/polkadot/xcm/pallet-xcm-benchmarks/template.hbs +++ b/polkadot/xcm/pallet-xcm-benchmarks/template.hbs @@ -1,4 +1,4 @@ -// Copyright 2017-2021 Parity Technologies (UK) Ltd. +// Copyright 2021 Parity Technologies (UK) Ltd. // This file is part of Polkadot. // Polkadot is free software: you can redistribute it and/or modify