We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce26c34 commit 2def2b9Copy full SHA for 2def2b9
1 file changed
accounts/accounts.go
@@ -227,7 +227,9 @@ const (
227
// of starting any background processes such as automatic key derivation.
228
WalletOpened
229
230
- // WalletDropped
+ // 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.
233
WalletDropped
234
)
235
0 commit comments