aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/scwallet/hub.go
diff options
context:
space:
mode:
authorGuillaume Ballet <gballet@gmail.com>2019-05-29 00:47:53 +0800
committerPéter Szilágyi <peterke@gmail.com>2019-05-29 00:47:53 +0800
commit048df258dc45721021824727eeeff856027e4f25 (patch)
treed390a8249a2394495587c7957738dc2e972adfd6 /accounts/scwallet/hub.go
parent2388e425f236d16daaa1d206a35e0ca8be2f89bc (diff)
downloadgo-tangerine-048df258dc45721021824727eeeff856027e4f25.tar
go-tangerine-048df258dc45721021824727eeeff856027e4f25.tar.gz
go-tangerine-048df258dc45721021824727eeeff856027e4f25.tar.bz2
go-tangerine-048df258dc45721021824727eeeff856027e4f25.tar.lz
go-tangerine-048df258dc45721021824727eeeff856027e4f25.tar.xz
go-tangerine-048df258dc45721021824727eeeff856027e4f25.tar.zst
go-tangerine-048df258dc45721021824727eeeff856027e4f25.zip
accounts/scwallet: change sc url scheme to keycard (#19632)
Diffstat (limited to 'accounts/scwallet/hub.go')
-rw-r--r--accounts/scwallet/hub.go2
1 files changed, 1 insertions, 1 deletions
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).