This commit is contained in:
Florian Dold 2017-03-10 15:27:36 +01:00
parent 007df45ef9
commit 28e3e4640f
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -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;
}