Browse Source

Send fix.

cl-refactor
Gav Wood 11 years ago
parent
commit
642769dd31
  1. 1
      alethzero/MainWin.cpp

1
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())

Loading…
Cancel
Save