diff options
| author | Pablo Fernandez <p@f7z.io> | 2023-11-23 15:23:49 +0000 |
|---|---|---|
| committer | Pablo Fernandez <p@f7z.io> | 2023-11-23 15:23:49 +0000 |
| commit | c2278d4fcce6e4ff88ea0aa5ca37b51fe635c89e (patch) | |
| tree | 2f4c3823a3fdebd0250a2a923e3f3262ce24b0b0 | |
| parent | ce268de7b1b154fdb00a34a6409dc13cbb255ec4 (diff) | |
change unit to msat
| -rw-r--r-- | 88.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -33,7 +33,7 @@ One or more `amount` tags MUST exist. | |||
| 33 | 33 | ||
| 34 | #### Examples | 34 | #### Examples |
| 35 | * `[ "amount", "100", "usd", "daily" ]`, $1.00 a day. | 35 | * `[ "amount", "100", "usd", "daily" ]`, $1.00 a day. |
| 36 | * `[ "amount", "1000000", "btc", "daily" ]`, 1000000 millisats a day. | 36 | * `[ "amount", "1000000", "msats", "daily" ]`, 1000000 millisats a day. |
| 37 | 37 | ||
| 38 | ## Subscribe Event | 38 | ## Subscribe Event |
| 39 | 39 | ||