提交 6b3a4efb 编写于 作者: B Brian Johnson

Added printing out wallet password so can continue to use wallet when using --dont-kill. GH #2077

上级 f1ceb366
...@@ -140,6 +140,8 @@ try: ...@@ -140,6 +140,8 @@ try:
cmdError("eos wallet create") cmdError("eos wallet create")
errorExit("Failed to create wallet %s." % (testWalletName)) errorExit("Failed to create wallet %s." % (testWalletName))
Print("Wallet \"%s\" password=%s." % (testWalletName, testWallet.password.encode("utf-8")))
for account in accounts: for account in accounts:
Print("Importing keys for account %s into wallet %s." % (account.name, testWallet.name)) Print("Importing keys for account %s into wallet %s." % (account.name, testWallet.name))
if not walletMgr.importKey(account, testWallet): if not walletMgr.importKey(account, testWallet):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册