mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
amount: fix typo in parse_amount_msat doc
This commit is contained in:
@@ -153,7 +153,7 @@ static bool from_numbers(u64 *res,
|
||||
/* Valid strings:
|
||||
* [0-9]+ => millisatoshi.
|
||||
* [0-9]+msat => millisatoshi.
|
||||
* [0-9]+sat => *1000 -> millisatopshi.
|
||||
* [0-9]+sat => *1000 -> millisatoshi.
|
||||
* [0-9]+.[0-9]{1,11}btc => millisatoshi.
|
||||
*/
|
||||
bool parse_amount_msat(struct amount_msat *msat, const char *s, size_t slen)
|
||||
|
||||
Reference in New Issue
Block a user