View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007505 | Taler | wallet (TS core) | public | 2022-11-30 17:51 | 2022-11-30 17:52 |
Reporter | MarcS | Assigned To | Florian Dold | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | open | ||
Product Version | git (master) | ||||
Target Version | git (master) | ||||
Summary | 0007505: When incrementing AvailableAmount at coin withdraw, PendingAmount should be decremented | ||||
Description | Coin withdraw. For each coin the app gets a notification (coin withdrawn) and can getBalances to update the AvailableAmount. But PendingAmount is only decremented once after all coins are withdrawn. It is way more informative for the user to see Available increase by X and PendingIncoming decrease by the same X at the same time. So wallet-core must update both values together. | ||||
Tags | low hanging fruit, Withdraw | ||||