Skip to content

Commit 53a7284

Browse files
Remove wrong comment
1 parent c487662 commit 53a7284

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/miniscript/satisfy.rs

-2
Original file line numberDiff line numberDiff line change
@@ -943,8 +943,6 @@ pub struct Satisfaction<T> {
943943
/// Whether or not this (dis)satisfaction has a signature somewhere
944944
/// in it
945945
pub has_sig: bool,
946-
// We use AbsLockTime here as we need to compare timelocks using Ord. This is safe,
947-
// as miniscript checks for us beforehand that the timelocks are of the same type.
948946
/// The absolute timelock used by this satisfaction
949947
pub absolute_timelock: Option<AbsLockTime>,
950948
/// The relative timelock used by this satisfaction

0 commit comments

Comments
 (0)