Adding ability to check for unconfirmed kernels

This commit is contained in:
aglkm
2024-05-25 16:17:40 +03:00
parent 2995b4f143
commit f315d31b58
4 changed files with 43 additions and 13 deletions

View File

@@ -126,7 +126,7 @@ async fn kernel(excess: &str) -> Template {
let _ = requests::get_kernel(&excess, &mut kernel).await;
if kernel.height.is_empty() == false {
if kernel.excess.is_empty() == false {
return Template::render("kernel", context! {
route: "kernel",
kernel,