Browse Source

Minor debug reversal.

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

1
alethzero/MainWin.cpp

@ -806,7 +806,6 @@ void Main::on_blocks_currentItemChanged()
{
ui->info->clear();
eth::ClientGuard g(m_client.get());
debugFinished();
if (auto item = ui->blocks->currentItem())
{
auto hba = item->data(Qt::UserRole).toByteArray();

Loading…
Cancel
Save