From 2f00c950205418a7190c4e25d3489f4b762a0577 Mon Sep 17 00:00:00 2001 From: Hernando Castano Date: Mon, 12 Aug 2024 18:00:55 -0400 Subject: [PATCH] Fix Registry benchmark compilation --- pallets/registry/src/benchmarking.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pallets/registry/src/benchmarking.rs b/pallets/registry/src/benchmarking.rs index f7312229f..9aa057a84 100644 --- a/pallets/registry/src/benchmarking.rs +++ b/pallets/registry/src/benchmarking.rs @@ -311,6 +311,7 @@ benchmarks! { RegisteredInfo { program_modification_account: sig_req_account.clone(), programs_data: programs_info, + derivation_path: None, version_number: T::KeyVersionNumber::get() }, ); @@ -345,6 +346,7 @@ benchmarks! { RegisteredInfo { program_modification_account: sig_req_account.clone(), programs_data: programs_info, + derivation_path: None, version_number: T::KeyVersionNumber::get() }, );