Update a comment to reflect the workings of the updated system

pull/19273/head
Guillaume Ballet 6 years ago
parent 9b66a8520a
commit 21b01f590d
  1. 2
      accounts/scwallet/README.md
  2. 4
      accounts/scwallet/hub.go

@ -27,4 +27,4 @@ personal.openWallet("pcsc://a4d73015")
## Known issues
* Starting geth with a valid card seems to make firefox crash
* Starting geth with a valid card seems to make firefox crash.

@ -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)`.

Loading…
Cancel
Save