Skip to content

Commit

Permalink
Minor comment update.
Browse files Browse the repository at this point in the history
  • Loading branch information
jklein24 authored Nov 15, 2023
1 parent 6e495b9 commit 17a16fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion umad-04-lnurlp-response.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ The full structure of the LNURLP response is:
// Number of digits after the decimal point for display on the sender side. For example,
// in USD, by convention, there are 2 digits for cents - $5.95. in this case, `displayDecimals`
// would be 2. Note that the multiplier is still always in the smallest unit (cents). This field
// is only for display purposes.
// is only for display purposes. The sender should assume zero if this field is ommitted, unless
// they know the proper display format of the target currency.
"displayDecimals": number,
},
{
Expand Down

0 comments on commit 17a16fd

Please sign in to comment.