From f3a8566ae47eb566100142af6b8ff8802e37e618 Mon Sep 17 00:00:00 2001 From: Daniela Brozzoni Date: Fri, 18 Aug 2023 13:27:26 +0200 Subject: [PATCH] Remove wrong comment --- src/miniscript/satisfy.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/miniscript/satisfy.rs b/src/miniscript/satisfy.rs index 29f085af4..a0641b04b 100644 --- a/src/miniscript/satisfy.rs +++ b/src/miniscript/satisfy.rs @@ -943,8 +943,6 @@ pub struct Satisfaction { /// 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, /// The relative timelock used by this satisfaction