Skip to content

Commit 6349bcd

Browse files
authored
Merge pull request #4 from MostroP2P/fix-typos
fix-typos
2 parents 57c09fb + 3f94cfd commit 6349bcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/how-it-works.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ If during the process, Alice and Bob decide not to proceed with the exchange, th
4848
4. **Alice releases the sats:**
4949
When Alice presses the *release* button in her client, she sends a [NIP-59](https://github.com/nostr-protocol/nips/blob/master/59.md) message to Mostrod indicating that the sats should be released to Bob. Then, the LN node associated with that instance of Mostrod settles the payment of the [hold invoice](./hold-invoice.md) and pays the invoice provided by Bob. At the end of the process, Mostrod publishes an event 38383 for that order with the status `success` and sends a [NIP-59](https://github.com/nostr-protocol/nips/blob/master/59.md) message to Alice and Bob, requesting that they rate their counterparty, who send back their rating through a [NIP-59](https://github.com/nostr-protocol/nips/blob/master/59.md) message.
5050

51-
For more details on the communication between Mostrod and its clients, you can read [here](https://mostro.network/messages).
51+
For more details on the communication between Mostrod and its clients, you can read [here](https://mostro.network/protocol/).

src/privacy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ The [Mostro clients](./clients.md) will not share users' private keys with any M
66

77
The communication between the buyer and seller during a transaction is client-to-client, using messages encrypted with the [NIP-44](https://github.com/nostr-protocol/nips/blob/master/44.md) algorithm. Although this reveals the public keys involved in the communication, users always must use a new Nostr identity for each transaction, ensuring their privacy. Additionally, these messages are not sent to Mostrod, meaning that it does not access or collect users' personal information.
88

9-
Moreover, [NIP-44](https://github.com/nostr-protocol/nips/blob/master/44.md) allows the client to create a *conversation key* associated with the key pair of the two users involved in a transaction, to which only they have access. This *conversation key* have a copy of the conversation between both users, and in case of a [dispute](./disputes.md), if the users wish, they can provide it to the administrator handling their case as evidence of the facts.
9+
Moreover, [NIP-44](https://github.com/nostr-protocol/nips/blob/master/44.md) allows the client to create a *conversation key* associated with the key pair of the two users involved in a transaction, to which only they have access. This *conversation key* has a copy of the conversation between both users, and in case of a [dispute](./disputes.md), if the users wish, they can provide it to the administrator handling their case as evidence of the facts.

0 commit comments

Comments
 (0)