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
21b01f59
Commit
21b01f59
authored
Mar 20, 2019
by
Guillaume Ballet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update a comment to reflect the workings of the updated system
parent
9b66a852
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
README.md
accounts/scwallet/README.md
+1
-1
hub.go
accounts/scwallet/hub.go
+2
-2
No files found.
accounts/scwallet/README.md
View file @
21b01f59
...
@@ -27,4 +27,4 @@ personal.openWallet("pcsc://a4d73015")
...
@@ -27,4 +27,4 @@ personal.openWallet("pcsc://a4d73015")
## Known issues
## Known issues
*
Starting geth with a valid card seems to make firefox crash
*
Starting geth with a valid card seems to make firefox crash.
\ No newline at end of file
\ No newline at end of file
accounts/scwallet/hub.go
View file @
21b01f59
...
@@ -21,8 +21,8 @@
...
@@ -21,8 +21,8 @@
// to other types of hardware wallet. The process works like this:
// to other types of hardware wallet. The process works like this:
//
//
// 1. (First use with a given client) Establish a pairing between hardware
// 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
// wallet and client. This requires a secret value called a '
pairing password'.
//
pair with an unpaired wallet with `personal.openWallet(URI, PUK
)`.
//
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
// 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
// it on the wallet, and returns it so the user can back it up. You can
// initialize a wallet with `personal.initializeWallet(URI)`.
// initialize a wallet with `personal.initializeWallet(URI)`.
...
...
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