comment
This commit is contained in:
parent
007df45ef9
commit
28e3e4640f
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user