while (($scriptpubkey_info = mysqli_fetch_assoc($scriptpubkey_infos))) {
if ($scriptpubkey_info['path'] == 'No HD')
$hidden_sids .= '';
$all_hidden_sids .= '';
print_r($scriptpubkey_info);
}?>
if ($hidden_sids != '') {
?>
}
?>
//db_dump_result($txs);
while (($tx = mysqli_fetch_assoc($txs))) {
showtx_web($tx['txid'], $_GET['format']);
}
html_end();
?>