1
0
Fork 0
mirror of https://github.com/lightning/bolts.git synced 2025-03-10 09:10:07 +01:00

Change "if" to "so that" to make sense

This commit is contained in:
johnta0 2018-02-09 02:25:53 +09:00 committed by Christian Decker
parent d52e54e1a4
commit b3269207b5

View file

@ -54,7 +54,7 @@ The following `multiplier` letters are defined:
## Requirements
A writer MUST include `amount` if payments will be refused if less
A writer MUST include `amount` so that payments will be refused if less
than that. A writer MUST encode `amount` as a positive decimal
integer with no leading zeroes and SHOULD use the shortest representation
possible.