Skip to content

Commit

Permalink
Merge #1815: Fix policy link
Browse files Browse the repository at this point in the history
8b9ec8e Fix policy link (Peter Todd)

Pull request description:

ACKs for top commit:
  tcharding:
    tACK 8b9ec8e
  apoelstra:
    ACK 8b9ec8e

Tree-SHA512: c24af0e586c26dc1855978824b2b35faff9c0412274dcdca1f8cf469eee6fb2f2787c4dae6acfbd5b381648b34130de839711a2a941ed1f59f3ce7324099fb7b
  • Loading branch information
apoelstra committed Apr 27, 2023
2 parents db12853 + 8b9ec8e commit cce8512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitcoin/src/blockdata/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cce8512

Please sign in to comment.