Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
23471288
Unverified
Commit
23471288
authored
Jan 07, 2022
by
ucwong
Committed by
GitHub
Jan 07, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
accouts/scwallet: typo fix (#24207)
parent
adc0a6ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
wallet.go
accounts/scwallet/wallet.go
+1
-1
wallet.go
accounts/usbwallet/wallet.go
+1
-1
No files found.
accounts/scwallet/wallet.go
View file @
23471288
...
@@ -638,7 +638,7 @@ func (w *Wallet) Derive(path accounts.DerivationPath, pin bool) (accounts.Accoun
...
@@ -638,7 +638,7 @@ func (w *Wallet) Derive(path accounts.DerivationPath, pin bool) (accounts.Accoun
// accounts.
// accounts.
//
//
// Note, self derivation will increment the last component of the specified path
// 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 de
s
cending into a child path to allow discovering accounts starting
// from non zero components.
// from non zero components.
//
//
// Some hardware wallets switched derivation paths through their evolution, so
// Some hardware wallets switched derivation paths through their evolution, so
...
...
accounts/usbwallet/wallet.go
View file @
23471288
...
@@ -496,7 +496,7 @@ func (w *wallet) Derive(path accounts.DerivationPath, pin bool) (accounts.Accoun
...
@@ -496,7 +496,7 @@ func (w *wallet) Derive(path accounts.DerivationPath, pin bool) (accounts.Accoun
// accounts.
// accounts.
//
//
// Note, self derivation will increment the last component of the specified path
// 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 de
s
cending into a child path to allow discovering accounts starting
// from non zero components.
// from non zero components.
//
//
// Some hardware wallets switched derivation paths through their evolution, so
// Some hardware wallets switched derivation paths through their evolution, so
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment