View Issue Details

IDProjectCategoryView StatusLast Update
0009161Talerwallet (iOS App)public2024-09-03 14:35
Reportert3sserakt Assigned ToFlorian Dold  
PrioritynormalSeverityminorReproducibilityalways
Status assignedResolutionopen 
Product Version0.13 
Summary0009161: Sending a small amount returns an error message.
DescriptionWhen sending a small amount ( > 1 Kudo) there is an error message displayed.
TagsNo tags attached.
Attached Files
IMG_1315.PNG (150,452 bytes)   
IMG_1315.PNG (150,452 bytes)   
IMG_1316.PNG (203,700 bytes)   
IMG_1316.PNG (203,700 bytes)   

Activities

MarcS

2024-09-03 14:34

developer   ~0023149

Problem is that the amountAvailable as reported by wallet-core is not the "spendable" amount since fees need to be added (or rather subtracted from amountAvailable). And those fees might differ for different kind of transactions...

==> wallet-core needs to return the amountSpendable for each "prepare" or "check" call, so the wallets can show the user how much they can spend instead of throwing an ugly error message.

Issue History

Date Modified Username Field Change
2024-09-03 13:45 t3sserakt New Issue
2024-09-03 13:45 t3sserakt Status new => assigned
2024-09-03 13:45 t3sserakt Assigned To => MarcS
2024-09-03 13:45 t3sserakt File Added: IMG_1315.PNG
2024-09-03 13:45 t3sserakt File Added: IMG_1316.PNG
2024-09-03 14:34 MarcS Note Added: 0023149
2024-09-03 14:35 MarcS Assigned To MarcS => Florian Dold