View Issue Details

IDProjectCategoryView StatusLast Update
0006022Talerwallet-corepublic2020-03-31 16:04
Reportergmarcos87 Assigned ToFlorian Dold  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Product Version0.5 
Summary0006022: I think I found a typo
DescriptionWhile reviewing the HistoryEvents types I found an inconsistency in HistoryTipDeclinedEvent. The event type on line 165 of src/types/history.ts is HistoryEventType.TipAccepted instead of HistoryEventType.TipDeclined.

Correcting that type results in an error in the src/operations/history.ts file on line 342, where tipAmount is defined instead of tipRaw.

I don't know which part is wrong, if the definition of the type or its implementation. So I just upload this report.
TagsTaler

Activities

Florian Dold

2020-01-07 17:35

manager   ~0015236

Thanks, this has been fixed in the following commit:

https://git.taler.net/wallet-core.git/commit/?id=0842fab15482f155b967b4b100b0575bf44ce667

Issue History

Date Modified Username Field Change
2019-12-31 13:50 gmarcos87 New Issue
2019-12-31 13:50 gmarcos87 Tag Attached: Taler
2020-01-07 17:34 Florian Dold Assigned To => Florian Dold
2020-01-07 17:34 Florian Dold Status new => assigned
2020-01-07 17:35 Florian Dold Status assigned => resolved
2020-01-07 17:35 Florian Dold Resolution open => fixed
2020-01-07 17:35 Florian Dold Note Added: 0015236
2020-03-31 16:04 Christian Grothoff Status resolved => closed
2020-08-20 08:03 Florian Dold Category wallet (JS core) => wallet (TS core)
2023-04-13 20:36 Florian Dold Category wallet (TS core) => wallet-core