Commit ae32b31
fix: use ceiling division for PaymentDetails.amountSats
Activity list showed 222 sats while review screen showed 223 for a
222222 msat payment. The PaymentDetails extension used floor division
(amountMsat / 1000). Use ceiling to match all other display paths.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent c72e52c commit ae32b31
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
0 commit comments