plugeth/accounts
Corey Lin 2fa9e99fc1 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.
2019-03-07 12:13:06 +02:00
..
abi all: clean up and proerly abstract database access 2019-03-06 13:35:03 +02:00
external clef: external signing fixes + signing data (#19003) 2019-02-12 14:00:02 +01:00
keystore accounts: prefer nil slices over zero-length slices (#19079) 2019-03-06 12:30:39 +02:00
usbwallet usbwallet: check error returned by driver close (#18057) 2019-03-07 12:13:06 +02:00
accounts_test.go accounts, eth, clique, signer: support for external signer API (#18079) 2019-02-05 11:23:57 +01:00
accounts.go accounts: fix typos from the SignData merge (#19119) 2019-02-19 10:33:42 +02:00
errors.go accounts: fix comment typo (#15977) 2018-01-26 13:33:27 +02:00
hd_test.go accounts: refactor API for generalized USB wallets 2017-08-09 13:26:07 +03:00
hd.go accounts: wallet derivation path comment is mistaken (#17934) 2018-10-19 16:40:10 +03:00
manager.go accounts: list, then subscribe (sub requires active reader) 2017-11-20 12:20:46 +02:00
url_test.go accounts: add unit tests for URL (#17182) 2018-07-18 11:32:49 +03:00
url.go accounts: add unit tests for URL (#17182) 2018-07-18 11:32:49 +03:00