Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
chore: better password confirmation log (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id authored Apr 26, 2023
1 parent 5025778 commit 6729399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/qgb/keys/evm/evm.go
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ func GetNewPassphrase() (string, error) {
if bytes.Equal(bzPassphrase, bzPassphraseConfirm) {
break
}
fmt.Print("\npassphrase and confirmation mismatch.\n")
}
return string(bzPassphrase), nil
}

0 comments on commit 6729399

Please sign in to comment.