From 131d2b34d9d1f84782d749c9943a7da5ab9dab8a Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 27 Mar 2020 23:37:02 +0530 Subject: generate cleaner history for recoup --- src/operations/history.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/operations/history.ts') diff --git a/src/operations/history.ts b/src/operations/history.ts index c09aa8d30..b19b9f195 100644 --- a/src/operations/history.ts +++ b/src/operations/history.ts @@ -492,6 +492,7 @@ export async function getHistory( type: HistoryEventType.FundsRecouped, timestamp: rg.timestampFinished, eventId: makeEventId(HistoryEventType.FundsRecouped, rg.recoupGroupId), + numCoinsRecouped: rg.coinPubs.length, }); } }); -- cgit v1.2.3