Skip to content

Commit 2def2b9

Browse files
authored
accounts: fix typo (#1413)
1 parent ce26c34 commit 2def2b9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

accounts/accounts.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,9 @@ const (
227227
// of starting any background processes such as automatic key derivation.
228228
WalletOpened
229229

230-
// WalletDropped
230+
// WalletDropped is fired when a wallet is removed or disconnected, either via USB
231+
// or due to a filesystem event in the keystore. This event indicates that the wallet
232+
// is no longer available for operations.
231233
WalletDropped
232234
)
233235

0 commit comments

Comments
 (0)