From 65bccbd139c53a2baccec442a680373125488102 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 6 Dec 2019 00:24:34 +0100 Subject: separate operations for pay, refund status query and refund submission --- src/wallet-impl/balance.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wallet-impl/balance.ts') diff --git a/src/wallet-impl/balance.ts b/src/wallet-impl/balance.ts index a1351014c..082e62563 100644 --- a/src/wallet-impl/balance.ts +++ b/src/wallet-impl/balance.ts @@ -138,7 +138,7 @@ export async function getBalances( }); await tx.iter(Stores.purchases).forEach(t => { - if (t.finished) { + if (t.payFinished) { return; } for (const c of t.payReq.coins) { -- cgit v1.2.3