Remove a couple ambiguous letters

This commit is contained in:
Neale Pickett 2019-02-21 19:40:48 -07:00
parent 45c0cad5d4
commit 3a11cc65ef
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ func NewInstance(base, mothballDir, stateDir, resourcesDir, password string) (*I
}
// Stuff people with mediocre handwriting could write down unambiguously, and can be entered without holding down shift
const distinguishableChars = "234678abcdefhijkmnpqrtuvwxyz="
const distinguishableChars = "234678abcdefhijkmnpqrtwxyz="
func mktoken() string {
a := make([]byte, 8)