diff options
| author | Florian Dold <florian.dold@gmail.com> | 2019-12-06 02:52:16 +0100 | 
|---|---|---|
| committer | Florian Dold <florian.dold@gmail.com> | 2019-12-06 02:52:16 +0100 | 
| commit | 4159367d8c04b96a05da8a5ded043f8296a83174 (patch) | |
| tree | 5587538fb13aead06d639a03e96cc09adcd99dd7 /src/wallet-impl/balance.ts | |
| parent | d8170c815913b4395febc4ce3402fe45ba0d2e87 (diff) | |
pending ops / history / notification tweaks
Diffstat (limited to 'src/wallet-impl/balance.ts')
| -rw-r--r-- | src/wallet-impl/balance.ts | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/wallet-impl/balance.ts b/src/wallet-impl/balance.ts index 082e62563..8ce91a173 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.payFinished) { +        if (t.firstSuccessfulPayTimestamp) {            return;          }          for (const c of t.payReq.coins) { | 
