mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
fix typo
Co-Authored-By: gballet <gballet@gmail.com>
This commit is contained in:
parent
128ad8ebb1
commit
d46a26dcd7
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue