Skip to content

Commit

Permalink
Fix Registry benchmark compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
HCastano committed Aug 12, 2024
1 parent 4f3fb8c commit 2f00c95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pallets/registry/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
},
);
Expand Down Expand Up @@ -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()
},
);
Expand Down

0 comments on commit 2f00c95

Please sign in to comment.