View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009162 | Taler | wallet (iOS App) | public | 2024-09-03 13:47 | 2024-11-11 14:08 |
Reporter | t3sserakt | Assigned To | MarcS | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 0.13 | ||||
Fixed in Version | 0.14 | ||||
Summary | 0009162: No hint what is the smallest amount which can be send. | ||||
Description | If one sends a very small amount, there is an error "Betrag zu klein", but no hint what is the smallest amount. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
|
The latest version of GNU Taler shows both "available" (as seen in Balances, the sum of coin values) and "sendable" (= available minus fees), which is the largest amount that could be sent. But you're right, the error message "amount too small" makes no sense. While the smallest coin depends on the denominations the Exchange uses, you could always try to send less if you were able to enter (depending on the currency specs) an amount smaller than the smallest denomination, and the Exchange would just take the difference as sender fee - making you pay at least the smallest denomination, if not more. Of course, the receiver wouldn't get anything out of this transaction - since the transferred amount is smaller than the smallest denomination, the Exchange would just round the received amount down to zero, booking the difference as receiver fee... I removed this error completely. |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-09-03 13:47 | t3sserakt | New Issue | |
2024-09-03 13:47 | t3sserakt | Status | new => assigned |
2024-09-03 13:47 | t3sserakt | Assigned To | => MarcS |
2024-09-03 13:47 | t3sserakt | File Added: IMG_1317.PNG | |
2024-11-11 14:08 | MarcS | Status | assigned => resolved |
2024-11-11 14:08 | MarcS | Resolution | open => fixed |
2024-11-11 14:08 | MarcS | Fixed in Version | => 0.14 |
2024-11-11 14:08 | MarcS | Note Added: 0023690 |