diff --git a/ironfish/src/wallet/wallet.ts b/ironfish/src/wallet/wallet.ts index 34d141e663..e2d16d793a 100644 --- a/ironfish/src/wallet/wallet.ts +++ b/ironfish/src/wallet/wallet.ts @@ -1875,6 +1875,10 @@ export class Wallet { this.stopUnlockTimeout() this.accountById.clear() this.locked = true + + this.logger.info( + 'Wallet locked. Unlock the wallet to view your accounts and create transactions', + ) } finally { unlock() }