From 0fe9618d58547ffc8b60a30edb14c74bbd89f102 Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Tue, 10 Dec 2024 13:47:29 +0000 Subject: [PATCH] feat: use amoutless option --- 05.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/05.md b/05.md index 1c47f3d0..bbf6df1c 100644 --- a/05.md +++ b/05.md @@ -28,7 +28,11 @@ The wallet `Alice` includes the following `PostMeltQuoteBolt11Request` data in i { "request": , "unit": , - "amount": + "options": { + "amountless": { + "amount": + } + } // Optional } ```