aboutsummaryrefslogtreecommitdiff
path: root/src/wallet-impl/return.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/wallet-impl/return.ts')
-rw-r--r--src/wallet-impl/return.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/wallet-impl/return.ts b/src/wallet-impl/return.ts
index 9cf12052d..ec19c00ae 100644
--- a/src/wallet-impl/return.ts
+++ b/src/wallet-impl/return.ts
@@ -204,8 +204,6 @@ export async function returnCoins(
}
},
);
- ws.badge.showNotification();
- ws.notifier.notify();
depositReturnedCoins(ws, coinsReturnRecord);
}
@@ -269,6 +267,5 @@ async function depositReturnedCoins(
}
}
await oneShotPut(ws.db, Stores.coinsReturns, currentCrr);
- ws.notifier.notify();
}
}