Fix link to BIP-113

Current rustdocs link is not correct. Just remove the brackets because
we have a fully labelled link right below.
This commit is contained in:
Tobin C. Harding 2025-05-11 10:59:17 +10:00
parent afde8499ac
commit c3102f04de
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
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)
///