mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex.git
synced 2026-09-21 16:52:00 -07:00
Fixing typo in dev docs
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ This architecture keeps the global database highly censorship resistant, while a
|
||||
|
||||
The workflow of a token trade has three parts:
|
||||
1. **Make** - An *Offer* to buy or sell tokens is generated by a user, known as the *Maker*.
|
||||
2. **Take** - A second user, known as a *Taker*, will *take* the *Offer* by issues a *Counter Offer*
|
||||
2. **Take** - A second user, known as a *Taker*, will *take* the *Offer* by issuing a *Counter Offer*
|
||||
3. **Accept** - The original *Maker* checks the *Counter Offer* and *Accepts* it by signing and then broadcasting the transaction.
|
||||
|
||||
Trades done in this way are both *trustless* and *atomic*:
|
||||
|
||||
Reference in New Issue
Block a user