From 8f973c69c4b84f455634f03e931304a3babde0ee Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 2 Nov 2019 00:22:55 +0100 Subject: handle multiple refresh sessions correctly for refunded coins --- src/walletTypes.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/walletTypes.ts') diff --git a/src/walletTypes.ts b/src/walletTypes.ts index d29e3812e..fddf05680 100644 --- a/src/walletTypes.ts +++ b/src/walletTypes.ts @@ -187,6 +187,10 @@ export interface WalletBalanceEntry { * Amount that was paid back and we could withdraw again. */ paybackAmount: AmountJson; + + pendingIncomingWithdraw: AmountJson; + pendingIncomingRefresh: AmountJson; + pendingIncomingDirty: AmountJson; } /** -- cgit v1.2.3