Commit be28931
fix: remove dead fixedWithdrawAmountSat and simplify conditional
fixedWithdrawAmountSat() had no production call sites after switching
to createInvoiceMsats for fixed-amount withdrawals and satsCeil for
display. Remove the function, its test, and simplify the redundant
displayAmount conditional.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 4750afb commit be28931
3 files changed
Lines changed: 1 addition & 13 deletions
File tree
- app/src
- main/java/to/bitkit
- ext
- viewmodels
- test/java/to/bitkit/ext
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1527 | 1527 | | |
1528 | 1528 | | |
1529 | 1529 | | |
1530 | | - | |
| 1530 | + | |
1531 | 1531 | | |
1532 | 1532 | | |
1533 | 1533 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | 122 | | |
128 | 123 | | |
129 | 124 | | |
| |||
0 commit comments