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: ACK5cb1a1d565
apoelstra: ACK 5cb1a1d5650caaaa6df00aba6d1a57340097991c; successfully ran local tests Tree-SHA512: 6c9b20819376920ff251092bc999e7bc323c09fd7f5bc633a8e47f43d6b3ba0e875ca398e36448c02358dc2c9735b5da5aab18d497a99a2ceb6a40d167920194
This commit is contained in:
commit
5fef0dd5d4
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue