summaryrefslogtreecommitdiff
path: root/src/operations/history.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-04-02 20:44:12 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-04-02 20:44:12 +0530
commit95e638f513c6e8e5b4ab32981a1f8900b43700c7 (patch)
tree6a9a358259815a7de8ded76bad78b934d5f83040 /src/operations/history.ts
parent05e43bb259810c305cf69f9323017d6a682c8213 (diff)
downloadwallet-core-95e638f513c6e8e5b4ab32981a1f8900b43700c7.tar.gz
wallet-core-95e638f513c6e8e5b4ab32981a1f8900b43700c7.tar.bz2
wallet-core-95e638f513c6e8e5b4ab32981a1f8900b43700c7.zip
cosmetics and comments
Diffstat (limited to 'src/operations/history.ts')
-rw-r--r--src/operations/history.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/operations/history.ts b/src/operations/history.ts
index 848739334..edb4d9f27 100644
--- a/src/operations/history.ts
+++ b/src/operations/history.ts
@@ -404,7 +404,10 @@ export async function getHistory(
type: ReserveType.Manual,
};
}
- const s = summarizeReserveHistory(reserve.reserveTransactions, reserve.currency);
+ const s = summarizeReserveHistory(
+ reserve.reserveTransactions,
+ reserve.currency,
+ );
history.push({
type: HistoryEventType.ReserveBalanceUpdated,
eventId: makeEventId(