From 35a7b76a7d935dc2c749fd39ac80c6af1096b795 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 16 Dec 2019 16:20:45 +0100 Subject: history WIP, DB naming --- src/operations/tip.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/operations/tip.ts') diff --git a/src/operations/tip.ts b/src/operations/tip.ts index ba4b80974..df4b7990e 100644 --- a/src/operations/tip.ts +++ b/src/operations/tip.ts @@ -255,14 +255,14 @@ async function processTipImpl( type: "tip", tipId: tipRecord.tipId, }, - startTimestamp: getTimestampNow(), + timestampStart: getTimestampNow(), withdrawSessionId: withdrawalSessionId, rawWithdrawalAmount: tipRecord.amount, withdrawn: planchets.map((x) => false), totalCoinValue: Amounts.sum(planchets.map((p) => p.coinValue)).amount, lastErrorPerCoin: {}, retryInfo: initRetryInfo(), - finishTimestamp: undefined, + timestampFinish: undefined, lastError: undefined, }; -- cgit v1.2.3