more vanityonionr changes

This commit is contained in:
Kevin Froman 2020-02-23 02:12:30 -06:00
parent b8348be65a
commit 56e86460d1
2 changed files with 2 additions and 3 deletions

View file

@ -143,7 +143,7 @@ def add_vanity():
try:
vanity = vanityonionr.find_multiprocess(words)
except ValueError:
logger.warn('Vanity words must be valid english bip39',
logger.warn('Vanity words must be valid niceware',
terminal=True)
else:
b32_pub = unpaddedbase32.b32encode(vanity[0])