From 0842fab15482f155b967b4b100b0575bf44ce667 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 7 Jan 2020 17:29:19 +0100 Subject: Fix typo and field name in history event This fixes https://bugs.taler.net/n/6022 --- src/operations/history.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/operations') diff --git a/src/operations/history.ts b/src/operations/history.ts index 00727918a..4eb626d6c 100644 --- a/src/operations/history.ts +++ b/src/operations/history.ts @@ -339,7 +339,7 @@ export async function getHistory( eventId: makeEventId(HistoryEventType.TipAccepted, tip.tipId), timestamp: tip.acceptedTimestamp, tipId: tip.tipId, - tipAmount: Amounts.toString(tip.amount), + tipAmountRaw: Amounts.toString(tip.amount), }); } }); -- cgit v1.2.3