From 071833f6ba35189c094cc9822492c1e9a7c9f370 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Fri, 15 Nov 2024 16:21:50 +0100 Subject: [PATCH] Fix: nut-15 methods flag (#190) * fix: nut-15 supported flag * prettier * rename to methods --- 15.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/15.md b/15.md index f898b3d..ac4a65b 100644 --- a/15.md +++ b/15.md @@ -62,7 +62,7 @@ Example `MultipathPaymentSetting`: ```json { "15": { - [ + "methods": [ { "method": "bolt11", "unit": "sat", @@ -72,7 +72,7 @@ Example `MultipathPaymentSetting`: "method": "bolt11", "unit": "usd", "mpp": true - }, + } ] } }