good morning!!!!

Skip to content
Snippets Groups Projects
Commit a1c5017b authored by Guillaume Ballet's avatar Guillaume Ballet Committed by Péter Szilágyi
Browse files

accounts/scwallet: fix card pairing instruction message (#19436)

parent f0b878d5
Branches
Tags
No related merge requests found
......@@ -303,7 +303,7 @@ func (w *Wallet) Status() (string, error) {
// If the card is not paired, we can only wait
if !w.session.paired() {
return "Unpaired, waiting for PUK", nil
return "Unpaired, waiting for pairing password", nil
}
// Yay, we have an encrypted session, retrieve the actual status
status, err := w.session.walletStatus()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment