summaryrefslogtreecommitdiff
path: root/src/operations/history.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-03-27 23:37:02 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-03-27 23:37:02 +0530
commit131d2b34d9d1f84782d749c9943a7da5ab9dab8a (patch)
tree7fd4a00cddd65c917623baa9a1362413b18f202c /src/operations/history.ts
parent1c747ae004fcaa947a62cd23b77857161f7ff03e (diff)
downloadwallet-core-131d2b34d9d1f84782d749c9943a7da5ab9dab8a.tar.gz
wallet-core-131d2b34d9d1f84782d749c9943a7da5ab9dab8a.tar.bz2
wallet-core-131d2b34d9d1f84782d749c9943a7da5ab9dab8a.zip
generate cleaner history for recoup
Diffstat (limited to 'src/operations/history.ts')
-rw-r--r--src/operations/history.ts1
1 files changed, 1 insertions, 0 deletions
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,
});
}
});