Merge rust-bitcoin/rust-bitcoin#3985: Minor: Fix policy module link

5cb1a1d565 Fix policy module link (Peter Todd)

Pull request description:

ACKs for top commit:
  tcharding:
    ACK 5cb1a1d565
  apoelstra:
    ACK 5cb1a1d5650caaaa6df00aba6d1a57340097991c; successfully ran local tests

Tree-SHA512: 6c9b20819376920ff251092bc999e7bc323c09fd7f5bc633a8e47f43d6b3ba0e875ca398e36448c02358dc2c9735b5da5aab18d497a99a2ceb6a40d167920194
This commit is contained in:
merge-script 2025-02-05 19:29:23 +00:00
commit 5fef0dd5d4
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ pub trait TransactionExt: sealed::Sealed {
/// > Virtual transaction size is defined as Transaction weight / 4 (rounded up to the next integer). /// > Virtual transaction size is defined as Transaction weight / 4 (rounded up to the next integer).
/// ///
/// [`BIP141`]: https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki /// [`BIP141`]: https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki
/// [`policy`]: ../../policy/index.html /// [`policy`]: crate::policy
fn vsize(&self) -> usize; fn vsize(&self) -> usize;
/// Checks if this is a coinbase transaction. /// Checks if this is a coinbase transaction.