Further godoc updates

This commit is contained in:
Aleksandr Bezobchuk 2018-08-28 08:24:19 -04:00
parent 1a6c4785e9
commit bdbdd1a832

View File

@ -18,7 +18,8 @@ var (
type (
// discoverLedgerFn defines a Ledger discovery function that returns a
// connected device or an error upon failure.
// connected device or an error upon failure. Its allows a method to avoid CGO
// dependencies when Ledger support is potentially not enabled.
discoverLedgerFn func() (LedgerSECP256K1, error)
// DerivationPath represents a Ledger derivation path.