Commit 2608e65
fix: use ceiling for received payment notification amounts
WakeNodeWorker and NotifyPaymentReceivedHandler used floor division
for msat amounts in payment notifications.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent ae32b31 commit 2608e65
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- app/src/main/java/to/bitkit
- domain/commands
- fcm
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
0 commit comments