Skip to content

Commit

Permalink
Fix: nut-15 methods flag (cashubtc#190)
Browse files Browse the repository at this point in the history
* fix: nut-15 supported flag

* prettier

* rename to methods
  • Loading branch information
callebtc authored and thesimplekid committed Nov 21, 2024
1 parent f866a25 commit 071833f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 15.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Example `MultipathPaymentSetting`:
```json
{
"15": {
[
"methods": [
{
"method": "bolt11",
"unit": "sat",
Expand All @@ -72,7 +72,7 @@ Example `MultipathPaymentSetting`:
"method": "bolt11",
"unit": "usd",
"mpp": true
},
}
]
}
}
Expand Down

0 comments on commit 071833f

Please sign in to comment.