|
@ -1710,8 +1710,12 @@ void Main::on_dumpTraceStorage_triggered() |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
void Main::on_go_triggered() |
|
|
void Main::on_go_triggered() |
|
|
|
|
|
{ |
|
|
|
|
|
if (!ui->net->isChecked()) |
|
|
{ |
|
|
{ |
|
|
ui->net->setChecked(true); |
|
|
ui->net->setChecked(true); |
|
|
|
|
|
on_net_triggered(); |
|
|
|
|
|
} |
|
|
web3()->connect(Host::pocHost()); |
|
|
web3()->connect(Host::pocHost()); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|