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