commit 28e3e4640f8ec31bfbc6667d70dcb94961fcca93 parent 007df45ef9186c6f2c1a4fdb552faaec01857bf8 Author: Florian Dold <florian.dold@gmail.com> Date: Fri, 10 Mar 2017 15:27:36 +0100 comment Diffstat:
| M | src/wallet.ts | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/wallet.ts b/src/wallet.ts @@ -1315,6 +1315,8 @@ export class Wallet { function collectPendingRefresh(r: RefreshSessionRecord, balance: WalletBalance) { + // Don't count finished refreshes, since the refresh already resulted + // in coins being added to the wallet. if (r.finished) { return balance; }