From 8683c93613caa4047c4fd874aefb0b7d35fdc038 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 3 Dec 2019 01:33:25 +0100 Subject: version bump / pending balance tweaks --- src/wallet-impl/history.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wallet-impl/history.ts') diff --git a/src/wallet-impl/history.ts b/src/wallet-impl/history.ts index f5a4e9d3e..dfc683e6d 100644 --- a/src/wallet-impl/history.ts +++ b/src/wallet-impl/history.ts @@ -61,7 +61,7 @@ export async function getHistory( for (const w of withdrawals) { history.push({ detail: { - withdrawalAmount: w.withdrawalAmount, + withdrawalAmount: w.rawWithdrawalAmount, }, timestamp: w.startTimestamp, type: "withdraw", -- cgit v1.2.3