aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Ballet <gballet@gmail.com>2019-03-21 02:09:47 +0800
committerGuillaume Ballet <gballet@gmail.com>2019-04-08 19:21:22 +0800
commit21b01f590d9376a698e5736c5e537492a0fd5f18 (patch)
treee233add601c349ade6306420cd035c6f580c0b6b
parent9b66a8520a285309f44bb949ed7eecd4803c5cdb (diff)
downloadgo-tangerine-21b01f590d9376a698e5736c5e537492a0fd5f18.tar
go-tangerine-21b01f590d9376a698e5736c5e537492a0fd5f18.tar.gz
go-tangerine-21b01f590d9376a698e5736c5e537492a0fd5f18.tar.bz2
go-tangerine-21b01f590d9376a698e5736c5e537492a0fd5f18.tar.lz
go-tangerine-21b01f590d9376a698e5736c5e537492a0fd5f18.tar.xz
go-tangerine-21b01f590d9376a698e5736c5e537492a0fd5f18.tar.zst
go-tangerine-21b01f590d9376a698e5736c5e537492a0fd5f18.zip
Update a comment to reflect the workings of the updated system
-rw-r--r--accounts/scwallet/README.md2
-rw-r--r--accounts/scwallet/hub.go4
2 files changed, 3 insertions, 3 deletions
diff --git a/accounts/scwallet/README.md b/accounts/scwallet/README.md
index 195603c0e..bf67c9c91 100644
--- a/accounts/scwallet/README.md
+++ b/accounts/scwallet/README.md
@@ -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
diff --git a/accounts/scwallet/hub.go b/accounts/scwallet/hub.go
index bdc546d54..f02728d2b 100644
--- a/accounts/scwallet/hub.go
+++ b/accounts/scwallet/hub.go
@@ -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)`.