Fix lint warn

Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera 2020-10-10 23:13:22 +02:00
parent 753d7b71a9
commit 7ee6bafd23
No known key found for this signature in database
GPG Key ID: 9A9AF56F8B3879BA

View File

@ -65,7 +65,7 @@ var ledgerListAddressesCmd = &cli.Command{
return err
}
p := []uint32{hdHard | 44, hdHard | 461, hdHard | 0, 0, uint32(i)}
p := []uint32{hdHard | 44, hdHard | 461, hdHard, 0, uint32(i)}
pubk, err := fl.GetPublicKeySECP256K1(p)
if err != nil {
return err