good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open
bor
Commits
21b01f59
Commit
21b01f59
authored
6 years ago
by
Guillaume Ballet
Browse files
Options
Downloads
Patches
Plain Diff
Update a comment to reflect the workings of the updated system
parent
9b66a852
Loading
Loading
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
accounts/scwallet/README.md
+1
-1
1 addition, 1 deletion
accounts/scwallet/README.md
accounts/scwallet/hub.go
+2
-2
2 additions, 2 deletions
accounts/scwallet/hub.go
with
3 additions
and
3 deletions
accounts/scwallet/README.md
+
1
−
1
View file @
21b01f59
...
...
@@ -27,4 +27,4 @@ personal.openWallet("pcsc://a4d73015")
## Known issues
*
Starting geth with a valid card seems to make firefox crash
\ No newline at end of file
*
Starting geth with a valid card seems to make firefox crash.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
accounts/scwallet/hub.go
+
2
−
2
View file @
21b01f59
...
...
@@ -21,8 +21,8 @@
// to other types of hardware wallet. The process works like this:
//
// 1. (First use with a given client) Establish a pairing between hardware
// wallet and client. This requires a secret value called a '
PUK'. You can
// pair with an unpaired wallet with `personal.openWallet(URI,
PUK
)`.
// wallet and client. This requires a secret value called a '
pairing password'.
//
You can
pair with an unpaired wallet with `personal.openWallet(URI,
pairing password
)`.
// 2. (First use only) Initialize the wallet, which generates a keypair, stores
// it on the wallet, and returns it so the user can back it up. You can
// initialize a wallet with `personal.initializeWallet(URI)`.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment