comment
This commit is contained in:
parent
007df45ef9
commit
28e3e4640f
@ -1315,6 +1315,8 @@ export class Wallet {
|
|||||||
|
|
||||||
function collectPendingRefresh(r: RefreshSessionRecord,
|
function collectPendingRefresh(r: RefreshSessionRecord,
|
||||||
balance: WalletBalance) {
|
balance: WalletBalance) {
|
||||||
|
// Don't count finished refreshes, since the refresh already resulted
|
||||||
|
// in coins being added to the wallet.
|
||||||
if (r.finished) {
|
if (r.finished) {
|
||||||
return balance;
|
return balance;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user