accounts/scwallet: change sc url scheme to keycard (#19632)

This commit is contained in:
Guillaume Ballet
2019-05-28 18:47:53 +02:00
committed by Péter Szilágyi
parent 2388e425f2
commit 048df258dc
2 changed files with 11 additions and 11 deletions

View File

@ -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).