From 048df258dc45721021824727eeeff856027e4f25 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet Date: Tue, 28 May 2019 18:47:53 +0200 Subject: accounts/scwallet: change sc url scheme to keycard (#19632) --- accounts/scwallet/hub.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accounts/scwallet/hub.go') diff --git a/accounts/scwallet/hub.go b/accounts/scwallet/hub.go index c259f711f..d1440cb96 100644 --- a/accounts/scwallet/hub.go +++ b/accounts/scwallet/hub.go @@ -49,7 +49,7 @@ import ( ) // Scheme is the URI prefix for smartcard wallets. -const Scheme = "pcsc" +const Scheme = "keycard" // refreshCycle is the maximum time between wallet refreshes (if USB hotplug // notifications don't work). -- cgit v1.2.3