Fix policy module link

This commit is contained in:
Peter Todd 2025-01-30 05:04:40 +00:00
parent 98db7bca74
commit 5cb1a1d565
No known key found for this signature in database
GPG Key ID: 2E5CB5D535512F37
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).
///
/// [`BIP141`]: https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki
/// [`policy`]: ../../policy/index.html
/// [`policy`]: crate::policy
fn vsize(&self) -> usize;
/// Checks if this is a coinbase transaction.