Skip to content

Commit 5aeed56

Browse files
committed
remove unnecessary benchmark feature config
1 parent 0923b03 commit 5aeed56

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

runtime/frequency/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,9 +342,6 @@ use pallet_frequency_tx_payment::types::GetAddKeyData;
342342
impl GetAddKeyData<RuntimeCall, AccountId, MessageSourceId> for MsaCallFilter {
343343
fn get_add_key_data(call: &RuntimeCall) -> Option<(AccountId, AccountId, MessageSourceId)> {
344344
match call {
345-
#[cfg(feature = "runtime-benchmarks")]
346-
RuntimeCall::System(frame_system::Call::remark { .. }) => None,
347-
348345
RuntimeCall::Msa(MsaCall::add_public_key_to_msa {
349346
add_key_payload,
350347
new_key_owner_proof: _,

0 commit comments

Comments
 (0)