Skip to content

Commit b4dddbc

Browse files
authored
Merge pull request bitcoin#946 from kiminuo/patch-1
Update bip-0078.mediawiki
2 parents c134a85 + a4fd5cc commit b4dddbc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bip-0078.mediawiki

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Other than that, our proposal is very similar.
6464

6565
In a payjoin payment, the following steps happen:
6666

67-
* The receiver of the payment, presents a [[bip-021.mediawiki|BIP 21 URI]] to the sender with a parameter <code>pj=</code> describing a payjoin endpoint.
67+
* The receiver of the payment, presents a [[bip-0021.mediawiki|BIP 21 URI]] to the sender with a parameter <code>pj=</code> describing a payjoin endpoint.
6868
* The sender creates a signed, finalized PSBT with witness UTXO or previous transactions of the inputs. We call this PSBT the <code>original</code>.
6969
* The receiver replies back with a signed PSBT containing his own signed inputs/outputs and those of the sender. We call this PSBT <code>Payjoin proposal</code>.
7070
* The sender verifies the proposal, re-signs his inputs and broadcasts the transaction to the Bitcoin network. We call this transaction <code>Payjoin transaction</code>.
@@ -121,7 +121,7 @@ The payjoin proposal MUST NOT:
121121
122122
===BIP21 payjoin parameters===
123123

124-
This proposal is defining the following new [[bip-021.mediawiki|BIP 21 URI]] parameters:
124+
This proposal is defining the following new [[bip-0021.mediawiki|BIP 21 URI]] parameters:
125125
* <code>pj=</code>: Represents an http(s) endpoint which the sender can POST the original PSBT.
126126
* <code>pjos=0</code>: Signal to the sender that they MUST disallow [[#output-substitution|payment output substitution]]. (See [[#unsecured-payjoin|Unsecured payjoin server]])
127127
@@ -665,11 +665,11 @@ A successful exchange with:
665665
666666
==Backward compatibility==
667667

668-
The receivers are advertising payjoin capabilities through [[https://github.com/bitcoin/bips/blob/master/bip-0021.mediawiki|BIP21's URI Scheme]].
668+
The receivers are advertising payjoin capabilities through [[bip-0021.mediawiki|BIP21's URI Scheme]].
669669

670670
Senders not supporting payjoin will just ignore the <code>pj</code> variable and thus, will proceed to normal payment.
671671

672672
==Special thanks==
673673

674674
Special thanks to Kukks for developing the initial support to BTCPay Server, to junderw, AdamISZ, lukechilds, ncoelho, nopara73, lontivero, yahiheb, SomberNight, andrewkozlik, instagibbs, RHavar for all the feedback we received since our first implementation.
675-
Thanks again to RHavar who wrote the [[https://github.com/bitcoin/bips/blob/master/bip-0079.mediawiki|BIP79 Bustapay]] proposal, this gave a good starting point for our proposal.
675+
Thanks again to RHavar who wrote the [[bip-0079.mediawiki|BIP79 Bustapay]] proposal, this gave a good starting point for our proposal.

0 commit comments

Comments
 (0)