Commit a1c5017b authored by Guillaume Ballet's avatar Guillaume Ballet Committed by Péter Szilágyi

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

parent f0b878d5
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment