Skip to content

Commit

Permalink
specify mpp amount is msat (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc authored Mar 5, 2025
1 parent 792598c commit 26aaa02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 15.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The wallet `Alice` includes the following `PostMeltQuoteBolt11Request` data in i
}
```

Here, `request` is the bolt11 Lightning invoice to be paid, `unit` is the unit the wallet would like to pay with, and `amount` is the amount for the requested payment. The wallet then pays the returned melt quote the same way as in [NUT-05][05].
Here, `request` is the bolt11 Lightning invoice to be paid, `unit` is the unit the wallet would like to pay with. `amount` is the partial amount for the requested payment in millisats (msat). The wallet then pays the returned melt quote the same way as in [NUT-05][05].

## Mint info setting

Expand Down

0 comments on commit 26aaa02

Please sign in to comment.