Commit 21b01f59 authored by Guillaume Ballet's avatar Guillaume Ballet

Update a comment to reflect the workings of the updated system

parent 9b66a852
...@@ -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
...@@ -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)`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment