From d46a26dcd7759e3bebbbae6d149fe78c5330b2b4 Mon Sep 17 00:00:00 2001 From: ligi Date: Tue, 9 Apr 2019 17:52:28 +0200 Subject: [PATCH] fix typo Co-Authored-By: gballet --- accounts/scwallet/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/accounts/scwallet/README.md b/accounts/scwallet/README.md index e779948a9c..20519e092d 100644 --- a/accounts/scwallet/README.md +++ b/accounts/scwallet/README.md @@ -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") @@ -99,4 +99,4 @@ personal.openWallet("pcsc://a4d73015") ## Known issues * Starting geth with a valid card seems to make firefox crash. - * PCSC version 4.4 should work, but is currently untested \ No newline at end of file + * PCSC version 4.4 should work, but is currently untested