Fix public key formatting (#6809)

* Fix public key formatting
This commit is contained in:
Preston Van Loon 2020-07-31 12:23:08 -07:00 committed by GitHub
parent 323bf70b85
commit bf82683d4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ const (
confirmPasswordPromptText = "Confirm password"
walletPasswordPromptText = "Wallet password"
newAccountPasswordPromptText = "New account password"
passwordForAccountPromptText = "Enter password for account with public key %s"
passwordForAccountPromptText = "Enter password for account with public key %#x"
)
type passwordConfirm int