Skip to content

Commit 2022598

Browse files
Merge pull request #96 from w3irdrobot/patch-2
Update receive-payjoin-v2.md
2 parents 79e7ff0 + 56847ce commit 2022598

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/receive-payjoin-v2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ See the [video tutorial](https://www.youtube.com/watch?v=pybCDYbrgeQ) for a deta
1010

1111
First, you must bootstrap Oblivious HTTP (OHTTP) to connect to the Payjoin Directory without revealing your IP address.
1212

13-
Payojoin receivers must communicate with a Payjoin Directory via an Oblivious HTTP Relay. In order to speak OHTTP an OHTTP Key Configuration must be obtained. When TLS is available, this can be done through the HTTP CONNECT bootstrap mechanism as follows.
13+
Payjoin receivers must communicate with a Payjoin Directory via an Oblivious HTTP Relay. In order to speak OHTTP, an OHTTP Key Configuration must be obtained. When TLS is available, this can be done through the HTTP CONNECT bootstrap mechanism as follows.
1414

1515
Create a new project depending on the following:
1616

@@ -226,6 +226,6 @@ Once inputs are added, the Payjoin needs to be signed and returned to the sender
226226
}
227227
```
228228

229-
That's all it takes to receive a Version 2 Payjoin. The looping allows a sender to send a proposal and receive a Payjoin in an asynchronous way. When you run this program it will output a Payjoin URI and listen for a proposal. When the sender sends a proposal, it will be validated and the inputs will be added to the proposal. The final Payjoin will be signed first by the receiver, then by the receiver and broadcast to the network.
229+
That's all it takes to receive a Version 2 Payjoin. The looping allows a sender to send a proposal and receive a Payjoin in an asynchronous way. When you run this program it will output a Payjoin URI and listen for a proposal. When the sender sends a proposal, it will be validated and the inputs will be added to the proposal. The final Payjoin will be signed first by the receiver, then by the sender and broadcast to the network.
230230

231231
Check your work by checking the source code for this [tutorial](https://github.com/payjoin/receive-payjoin-v2).

0 commit comments

Comments
 (0)