Skip to content

Commit b99e5d2

Browse files
author
Will Binns
committed
transactions: Update link to page anchor
1 parent 49310e3 commit b99e5d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

devguide/transactions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ As of Bitcoin Core 0.9, a :term:`minimum fee <minimum relay fee>` (currently 1,0
315315

316316
Since each transaction spends Unspent Transaction Outputs (UTXOs) and because a UTXO can only be spent once, the full value of the included UTXOs must be spent or given to a miner as a transaction fee. Few people will have UTXOs that exactly match the amount they want to pay, so most transactions include a change output.
317317

318-
:term:`Change outputs <change address>` are regular outputs which spend the surplus satoshis from the UTXOs back to the spender. They can reuse the same P2PKH pubkey hash or P2SH script hash as was used in the UTXO, but for the reasons described in the `next subsection <../transactions.html#avoiding-key-reuse>`__, it is highly recommended that change outputs be sent to a new P2PKH or P2SH address.
318+
:term:`Change outputs <change address>` are regular outputs which spend the surplus satoshis from the UTXOs back to the spender. They can reuse the same P2PKH pubkey hash or P2SH script hash as was used in the UTXO, but for the reasons described in the `next subsection <../devguide/transactions.html#avoiding-key-reuse>`__, it is highly recommended that change outputs be sent to a new P2PKH or P2SH address.
319319

320320
Avoiding Key Reuse
321321
------------------

helpers/post_processor_rst.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def process_link(link)
180180
elsif target =~ /\/en\/developer-reference/
181181
replace_reference_link(text, target)
182182
elsif target == "#avoiding-key-reuse"
183-
"`#{text} <../transactions.html#avoiding-key-reuse>`__"
183+
"`#{text} <../devguide/transactions.html#avoiding-key-reuse>`__"
184184
elsif target =~ /\/en\/release\/(.*)/
185185
"`#{text} <https://bitcoin.org/en/release/#{$1}>`__"
186186
elsif target =~ /\/en\/download/

0 commit comments

Comments
 (0)