aboutsummaryrefslogtreecommitdiff
path: root/src/operations
diff options
context:
space:
mode:
Diffstat (limited to 'src/operations')
-rw-r--r--src/operations/history.ts2
1 files changed, 1 insertions, 1 deletions
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),
});
}
});