Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimplekid committed Nov 4, 2024
1 parent 3c52494 commit 623971c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions 05.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ The wallet `Alice` includes the following `PostMeltQuoteBolt11Request` data in i
}
```


Here, `request` is the bolt11 Lightning invoice to be paid and `unit` is the unit the wallet would like to pay with. `amount` **MAY** be passed to pay amountless bolt11 invoices. For bolt11 invoices with an amount, the `amount` field **MUST** be equal to the amount of the bolt11 invoice if included. The request **MAY** be an amountless invoice only if support for amountless invoices is signaled in the `MeltMethodSettings`.


The mint `Bob` then responds with a `PostMeltQuoteBolt11Response`:

```json
Expand Down

0 comments on commit 623971c

Please sign in to comment.