Merge rust-bitcoin/rust-bitcoin#1815: Fix policy link
8b9ec8eb77
Fix policy link (Peter Todd) Pull request description: ACKs for top commit: tcharding: tACK8b9ec8eb77
apoelstra: ACK8b9ec8eb77
Tree-SHA512: c24af0e586c26dc1855978824b2b35faff9c0412274dcdca1f8cf469eee6fb2f2787c4dae6acfbd5b381648b34130de839711a2a941ed1f59f3ce7324099fb7b
This commit is contained in:
commit
cce8512d41
|
@ -870,7 +870,7 @@ impl Transaction {
|
|||
/// [`policy`] module.
|
||||
///
|
||||
/// [`BIP141`]: https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki
|
||||
/// [`policy`]: ../policy/mod.rs.html
|
||||
/// [`policy`]: ../../policy/index.html
|
||||
#[inline]
|
||||
pub fn vsize(&self) -> usize {
|
||||
// No overflow because it's computed from data in memory
|
||||
|
|
Loading…
Reference in New Issue