accounts: fix typo (#1413)

This commit is contained in:
Daniel Liu 2025-09-03 15:44:49 +08:00 committed by GitHub
parent ce26c34c7b
commit 2def2b955b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -227,7 +227,9 @@ const (
// of starting any background processes such as automatic key derivation.
WalletOpened
// WalletDropped
// WalletDropped is fired when a wallet is removed or disconnected, either via USB
// or due to a filesystem event in the keystore. This event indicates that the wallet
// is no longer available for operations.
WalletDropped
)