提交 ecd8919c 编写于 作者: D Daniel Larimer

remove printing of wallet password

上级 2651123a
......@@ -8,6 +8,7 @@
*.wasm
*.s
*.dot
*.cmake
\#*
\.#*
CMakeCache.txt
......@@ -69,4 +70,4 @@ object_database/*
build/*
build-debug/*
tn_data_*
\ No newline at end of file
tn_data_*
......@@ -48,8 +48,6 @@ std::string wallet_manager::create(const std::string& name) {
wallet->unlock(password);
wallets.emplace(name, std::move(wallet));
idump((name)(password));
return password;
}
......@@ -137,7 +135,6 @@ void wallet_manager::unlock(const std::string& name, const std::string& password
if (!w->is_locked()) {
return;
}
idump((name)(password));
w->unlock(password);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册