View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009695 | Taler | wallet-core | public | 2025-04-03 20:10 | 2025-04-03 20:10 |
Reporter | sebasjm | Assigned To | Florian Dold | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | open | ||
Product Version | git (master) | ||||
Target Version | 1.0 | ||||
Summary | 0009695: multiple deposits made, only one shows the wire transfer detail | ||||
Description | I made 3 deposit: x1, x2 and x3. All of the started at s1, s2 and s3 with the same wire deadline which ended at e1, e2 and e3 The wire deadline specified was 5 minutes and all deposit made before the first wire deadline ( s1 < s2 < s3 < e1 < e2 < e3 ) In this situation is expected that the exchange make only one wire transfer, and so it does. In the end all of the deposit ends with the same wire transfer ID and I see in my bank account only one wire transfer with the correct wire ID. (after e3 all transactions in the wallet have the wire transfer id ) The problem is that after e1 but before e2, the wallet reports the ID the wire transfer id of x1 but not for x2 (we know it's the same). Also, the transaction state in the transaction list is not longer pending, after e1 ALL transactions went from pending (showing "deposit in progress" in webex) to next state (not shown in the UI) but in the transaction details, only the deposit x1 shows the wire ID. Looks like deposit x2 and x3 entered in an inconsistent state (have the wire id and is confirmed, but this is not reported to the UI before the wire deadline) | ||||
Tags | No tags attached. | ||||