Co-Authored-By: gballet <gballet@gmail.com>
This commit is contained in:
ligi 2019-04-09 17:52:28 +02:00 committed by GitHub
parent 128ad8ebb1
commit d46a26dcd7

View file

@ -53,7 +53,7 @@
} }
``` ```
So the communication with the card is working, but there is no key associated to this wallet. Let's create it: So the communication with the card is working, but there is no key associated with this wallet. Let's create it:
``` ```
> personal.initializeWallet("pcsc://044def09") > personal.initializeWallet("pcsc://044def09")
@ -99,4 +99,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.
* PCSC version 4.4 should work, but is currently untested * PCSC version 4.4 should work, but is currently untested