Skip to content

Commit

Permalink
Remove TODO, determine lock time is useful
Browse files Browse the repository at this point in the history
  • Loading branch information
tcharding committed Feb 1, 2024
1 parent 3e757ed commit 66abe2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/v2/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,6 @@ impl Psbt {
/// Determines the lock time as specified in [BIP-370] if it is possible to do so.
///
/// [BIP-370]: <https://github.com/bitcoin/bips/blob/master/bip-0370.mediawiki#determining-lock-time>
// TODO: Does this need to be public?
pub fn determine_lock_time(&self) -> Result<absolute::LockTime, DetermineLockTimeError> {
let require_time_based_lock_time =
self.inputs.iter().any(|input| input.requires_time_based_lock_time());
Expand Down

0 comments on commit 66abe2c

Please sign in to comment.