Skip to content

Commit

Permalink
Update crypto/ledger_secp256k1.go
Browse files Browse the repository at this point in the history
Co-Authored-By: jleni <juan.leni@zondax.ch>
  • Loading branch information
alexanderbez and jleni committed Feb 21, 2019
1 parent b58c882 commit 325e6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/ledger_secp256k1.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func NewPrivKeyLedgerSecp256k1(path hd.BIP44Params) (tmcrypto.PrivKey, error) {
return PrivKeyLedgerSecp256k1{pubKey, path}, nil
}

// LedgerShowAddress triggers a ledger device to show the corresponding address
// LedgerShowAddress triggers a ledger device to show the corresponding address.
func LedgerShowAddress(path hd.BIP44Params, expectedPubKey tmcrypto.PubKey) error {
device, err := getLedgerDevice()
if err != nil {
Expand Down

0 comments on commit 325e6ac

Please sign in to comment.