Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Feb 20, 2024
1 parent cf53908 commit 5fdbda5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ceremonies/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ pub mod pallet {

ensure!(p.verify_signature(), Error::<T>::BadProofOfAttendanceSignature);


// this reputation must now be burned so it can not be used again
<ParticipantReputation<T>>::insert(
(p.community_identifier, p.ceremony_index),
Expand Down

0 comments on commit 5fdbda5

Please sign in to comment.