crypto.py: get_random() -> add_user_random(), UI cleanups & fixes

This commit is contained in:
The MMGen Project 2019-10-30 09:33:57 +00:00
commit 809fd0503d
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
4 changed files with 36 additions and 25 deletions

View file

@ -511,8 +511,9 @@ class TestSuiteMain(TestSuiteBase,TestSuiteShared):
t.usr_rand(self.usr_rand_chars)
if ocls.__name__.startswith('Incog'):
m = 'Generating encryption key from OS random data '
t.expect(m); t.expect(m)
m = 'Encrypting OS random data with key'
t.expect(m)
t.expect(m)
incog_id = t.expect_getend('New Incog Wallet ID: ')
t.expect(m)
if ocls == IncogWalletHidden: