accounts/scwallet: change sc url scheme to keycard (#19632)
This commit is contained in:
committed by
Péter Szilágyi
parent
2388e425f2
commit
048df258dc
@ -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).
|
||||
|
Reference in New Issue
Block a user