Skip to content

Commit

Permalink
Remove wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danielabrozzoni committed Aug 18, 2023
1 parent 38bcc84 commit f3a8566
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/miniscript/satisfy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -943,8 +943,6 @@ pub struct Satisfaction<T> {
/// Whether or not this (dis)satisfaction has a signature somewhere
/// in it
pub has_sig: bool,
// We use AbsLockTime here as we need to compare timelocks using Ord. This is safe,
// as miniscript checks for us beforehand that the timelocks are of the same type.
/// The absolute timelock used by this satisfaction
pub absolute_timelock: Option<AbsLockTime>,
/// The relative timelock used by this satisfaction
Expand Down

0 comments on commit f3a8566

Please sign in to comment.