Skip to content

Commit 9c57293

Browse files
authored
accounts/scwallet: update documentation (#22242)
1 parent ad038b6 commit 9c57293

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

accounts/scwallet/README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,16 @@
3131
Write down the URL (`keycard://044def09` in this example). Then ask `geth` to open the wallet:
3232

3333
```
34-
> personal.openWallet("keycard://044def09")
35-
Please enter the pairing password:
34+
> personal.openWallet("keycard://044def09", "pairing password")
3635
```
3736

38-
Enter the pairing password that you have received during card initialization. Same with the PIN that you will subsequently be
39-
asked for.
37+
The pairing password has been generated during the card initialization process.
38+
39+
The process needs to be repeated once more with the PIN:
40+
41+
```
42+
> personal.openWallet("keycard://044def09", "PIN number")
43+
```
4044

4145
If everything goes well, you should see your new account when typing `personal` on the console:
4246

0 commit comments

Comments
 (0)