c3102f04de Fix link to BIP-113 (Tobin C. Harding)

Pull request description:

  Current rustdocs link is not correct. Just remove the brackets because we have a fully labelled link right below.

ACKs for top commit:
  apoelstra:
    ACK c3102f04dea27388e830e619a43e8b1130bd2d08; successfully ran local tests

Tree-SHA512: 71e41b3bd929fd8ed4e6aa790d73ba33132856dc1b3b7d36afde73f94c1953898814f851caf7004ba1a456d3af107513733a4df810c1b1ce74a3e332b156d97b
This commit is contained in:
merge-script 2025-05-14 00:10:34 +00:00
commit 3bf87d8bae
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ impl LockTime {
/// If the locktime is set to an MTP `T`, the transaction can be included in a block only if
/// the MTP of last recent 11 blocks is greater than `T`.
///
/// It is possible to broadcast the transaction once the MTP is greater than `T`.[see BIP-113]
/// It is possible to broadcast the transaction once the MTP is greater than `T`. See BIP-113.
///
/// [BIP-113 Median time-past as endpoint for lock-time calculations](https://github.com/bitcoin/bips/blob/master/bip-0113.mediawiki)
///