Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone committed Dec 12, 2023
1 parent 9bf1a76 commit 25a7d91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pallets/dkg-proposal-handler/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ pub mod pallet {
let data = prop_batch.data();

// check the signature is valid
#[cfg(not(test))]
let result = ensure_signed_by_dkg::<pallet_dkg_metadata::Pallet<T>>(
&prop_batch.signature,
&data,
Expand Down

0 comments on commit 25a7d91

Please sign in to comment.