2fa9e99fc1
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. |
||
---|---|---|
.. | ||
trezor | ||
hub.go | ||
ledger.go | ||
trezor.go | ||
wallet.go |