We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c487662 commit 53a7284Copy full SHA for 53a7284
src/miniscript/satisfy.rs
@@ -943,8 +943,6 @@ pub struct Satisfaction<T> {
943
/// Whether or not this (dis)satisfaction has a signature somewhere
944
/// in it
945
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.
948
/// The absolute timelock used by this satisfaction
949
pub absolute_timelock: Option<AbsLockTime>,
950
/// The relative timelock used by this satisfaction
0 commit comments