tests: return mnemonic from prepare script.

This commit is contained in:
tecnovert
2022-07-08 18:41:01 +02:00
parent 868dc27d64
commit 585bef6076
2 changed files with 72 additions and 58 deletions

View File

@@ -1229,8 +1229,9 @@ def main():
for d in daemons:
finalise_daemon(d)
logger.info('IMPORTANT - Save your particl wallet recovery phrase:\n{}\n'.format(particl_wallet_mnemonic))
logger.info('Done.')
# Print directly to stdout for tests
print('IMPORTANT - Save your particl wallet recovery phrase:\n{}\n'.format(particl_wallet_mnemonic))
print('Done.')
if __name__ == '__main__':