Skip to content

Commit

Permalink
Prune comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshy Orndorff committed Oct 10, 2023
1 parent 57b3fd5 commit 63c00b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wardrobe/timestamp/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ pub enum TimestampError {
#[scale_info(skip_type_params(T))]
pub struct SetTimestamp<T>(pub PhantomData<T>);

//TODO what about this static? Is that a problem?
impl<T: TimestampConfig + 'static, V: Verifier + From<UpForGrabs>> SimpleConstraintChecker<V>
for SetTimestamp<T>
{
Expand Down

0 comments on commit 63c00b8

Please sign in to comment.