Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
omahs authored Mar 6, 2024
1 parent 2a39168 commit 362b45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/rhpv3.go
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ func (a *account) WithWithdrawal(ctx context.Context, amtFn func() (types.Curren
func (a *accounts) deriveAccountKey(hostKey types.PublicKey) types.PrivateKey {
index := byte(0) // not used yet but can be used to derive more than 1 account per host

// Append the the host for which to create it and the index to the
// Append the host for which to create it and the index to the
// corresponding sub-key.
subKey := a.key
data := append(subKey, hostKey[:]...)
Expand Down

0 comments on commit 362b45c

Please sign in to comment.