Skip to content

Commit

Permalink
Resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
enzoh committed Apr 20, 2021
2 parents ea472a3 + d174393 commit 7e95b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crypto/crypto.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ func DeriveGrandchildECKeyPair(
// First apply the change.
childXPrivKey, err := masterXPrivKey.Derive(0)
if err != nil {
return nil, nil, err
}
return nil, nil, err
}
grandchildXPrivKey, err := childXPrivKey.Derive(i)
if err != nil {
return nil, nil, err
Expand Down

0 comments on commit 7e95b52

Please sign in to comment.