go-ethereum/accounts
Daniel Liu e7d8247fda usbwallet: check error returned by driver close (#18057)
Although current two implementations(ledgerDriver, trezorDriver) of interface driver.Close do not actually return any error. Instead, they only return nil.
But since the declaration of Close function returns error, it is better to check the returned error in case in future some new implementation of Close function returns error and we may forget to modify the function which invokes Close function at that time.
2025-01-24 16:18:29 +08:00
..
abi accounts/abi: mutex lock in TransactionByHash and code cleanup (#19133) 2025-01-24 16:18:29 +08:00
keystore accounts: prefer nil slices over zero-length slices (#19079) 2025-01-24 16:18:29 +08:00
usbwallet usbwallet: check error returned by driver close (#18057) 2025-01-24 16:18:29 +08:00
accounts.go accounts: fix typos (#19119) 2025-01-24 16:18:29 +08:00
accounts_test.go accounts: support for external signer API (#18079) 2025-01-24 16:18:29 +08:00
errors.go accounts: fix comment typo (#15977) 2018-01-26 13:33:27 +02:00
hd.go accounts: wallet derivation path comment is mistaken (#17934) 2025-01-24 16:18:28 +08:00
hd_test.go accounts: refactor API for generalized USB wallets 2017-08-09 13:26:07 +03:00
manager.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
url.go accounts: add unit tests for URL (#17182) 2025-01-24 16:18:28 +08:00
url_test.go accounts: add unit tests for URL (#17182) 2025-01-24 16:18:28 +08:00