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() }, );