Skip to content

Commit

Permalink
Update 20.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimplekid authored Nov 21, 2024
1 parent a37fddf commit 0fd96e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 20.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ The mint `Bob` then responds with a `PostMintQuoteBolt12Response`:

Where `quote` is the quote ID and `request` is the bolt12 offer. `expiry` is the Unix timestamp until which the mint quote is valid. `amount_paid` is the amount that has been paid to the mint via the bolt12 offer. `amount_issued` is the amount of ecash that has been issued for the given mint quote. `amount_paid` - `amount_issued` represents the amount of ecash a wallet can still mint.

Note: `quote` is a **unique and random** id generated by the mint to internally look up the payment state. `quote` **MUST** remain a secret between user and mint and **MUST NOT** be derivable from the payment request. A third party who knows the `quote` ID can front-run and steal the ecash that this operation mints.

## Example

Expand Down

0 comments on commit 0fd96e8

Please sign in to comment.