Skip to content

Commit

Permalink
feat: use amoutless option
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimplekid committed Dec 10, 2024
1 parent 1a976ca commit 0fe9618
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 05.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ The wallet `Alice` includes the following `PostMeltQuoteBolt11Request` data in i
{
"request": <str>,
"unit": <str_enum["sat"]>,
"amount": <int|null>
"options": {
"amountless": {
"amount": <int>
}
} // Optional
}
```

Expand Down

0 comments on commit 0fe9618

Please sign in to comment.