diff --git a/alethzero/MainWin.cpp b/alethzero/MainWin.cpp index d22329acd..aab1faaa8 100644 --- a/alethzero/MainWin.cpp +++ b/alethzero/MainWin.cpp @@ -1183,7 +1183,6 @@ void Main::on_send_clicked() for (auto i: m_myKeys) if (m_client->postState().balance(i.address()) >= totalReq) { - m_client->unlock(); debugFinished(); Secret s = i.secret(); if (isCreation())