summaryrefslogtreecommitdiff
path: root/src/operations/state.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/operations/state.ts')
-rw-r--r--src/operations/state.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/operations/state.ts b/src/operations/state.ts
index 246a71266..97d591244 100644
--- a/src/operations/state.ts
+++ b/src/operations/state.ts
@@ -49,7 +49,7 @@ export class InternalWalletState {
this.cryptoApi = new CryptoApi(cryptoWorkerFactory);
}
- public notify(n: WalletNotification) {
+ public notify(n: WalletNotification): void {
logger.trace("Notification", n);
for (const l of this.listeners) {
const nc = JSON.parse(JSON.stringify(n));