Sfoglia il codice sorgente

accounts/scwallet: update documentation (#22242)

Guillaume Ballet 4 anni fa
parent
commit
9c5729311e
1 ha cambiato i file con 8 aggiunte e 4 eliminazioni
  1. 8 4
      accounts/scwallet/README.md

+ 8 - 4
accounts/scwallet/README.md

@@ -31,12 +31,16 @@
   Write down the URL (`keycard://044def09` in this example). Then ask `geth` to open the wallet:
 
   ```
-  > personal.openWallet("keycard://044def09")
-  Please enter the pairing password:
+  > personal.openWallet("keycard://044def09", "pairing password")
   ```
 
-  Enter the pairing password that you have received during card initialization. Same with the PIN that you will subsequently be
-  asked for.
+  The pairing password has been generated during the card initialization process.
+  
+  The process needs to be repeated once more with the PIN:
+
+  ```
+  > personal.openWallet("keycard://044def09", "PIN number")
+  ```
   
   If everything goes well, you should see your new account when typing `personal` on the console: