Skip to content

Commit

Permalink
Add short doc explaining sender and receiver terms
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-belcher committed Aug 26, 2021
1 parent 5ac0008 commit b29882b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -257,6 +257,12 @@ X <---------------------------------------- privD(D+A) | (R)
Y. privC(C+D) ----------------------------------------> | (R)
```

#### Note on terminology: Sender and Receiver

In the codebase and protocol documentation the words "Sender" and "Receiver" are used. These refer
to either side of a coinswap address. The entity which created a transaction paying into a coinswap
address is called the sender, because they sent the coins into the coinswap address. The other
entity is called the receiver, because they will receive the coins after the coinswap is complete.

### Further reading

Expand Down

0 comments on commit b29882b

Please sign in to comment.