View Issue Details

IDProjectCategoryView StatusLast Update
0009028Talerwallet-corepublic2024-07-29 08:53
ReporterMarcS Assigned ToFlorian Dold  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status assignedResolutionopen 
Product Versionpost-1.0 
Target Versionpost-1.0 
Summary0009028: Fee computing should accept an optional bool 'amountIsNet' parameter
DescriptionIf TRUE compute the tupel (amountRaw, amountEffective) such that in the result amountEffective equals the input amount, and fees will increase amountRaw.
If the optional amountIsNet (default = FALSE) is missing or FALSE, then in the result amountRaw equals the input amount, and amountEffective is lower because of fees (that's the behaviour to date).
TagsNo tags attached.

Activities

MarcS

2024-07-29 08:53

developer   ~0022862

Please add issues to use this 'amountIsNet' in the wallets (toggle net/gros) once wallet-core implemented it.

Issue History

Date Modified Username Field Change
2024-07-29 08:49 MarcS New Issue
2024-07-29 08:49 MarcS Status new => assigned
2024-07-29 08:49 MarcS Assigned To => Florian Dold
2024-07-29 08:53 MarcS Note Added: 0022862