Skip to content

Commit

Permalink
accouts/scwallet: typo fix (ethereum#24207)
Browse files Browse the repository at this point in the history
  • Loading branch information
ucwong authored and JacekGlen committed May 26, 2022
1 parent cdee9a0 commit 94fa22d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion accounts/scwallet/wallet.go
Expand Up @@ -638,7 +638,7 @@ func (w *Wallet) Derive(path accounts.DerivationPath, pin bool) (accounts.Accoun
// accounts.
//
// Note, self derivation will increment the last component of the specified path
// opposed to decending into a child path to allow discovering accounts starting
// opposed to descending into a child path to allow discovering accounts starting
// from non zero components.
//
// Some hardware wallets switched derivation paths through their evolution, so
Expand Down
2 changes: 1 addition & 1 deletion accounts/usbwallet/wallet.go
Expand Up @@ -496,7 +496,7 @@ func (w *wallet) Derive(path accounts.DerivationPath, pin bool) (accounts.Accoun
// accounts.
//
// Note, self derivation will increment the last component of the specified path
// opposed to decending into a child path to allow discovering accounts starting
// opposed to descending into a child path to allow discovering accounts starting
// from non zero components.
//
// Some hardware wallets switched derivation paths through their evolution, so
Expand Down

0 comments on commit 94fa22d

Please sign in to comment.