This commit is contained in:
Ajinkya Kulkarni 2024-12-04 20:28:59 +01:00
parent 86bd351398
commit 02cfb3f998

View file

@ -98,7 +98,7 @@ async fn upsert_tcbinfo() -> Result<(), &'static str> {
}
fn verify_signature (tcbinfo: Value, key: VerifyingKey) {
tcbinfo_json = tcbinfo.as_str();
let tcbinfo_json = tcbinfo.as_str();
if let Err(e) = tcbinfo_json {
println!("{tcbinfo:?}");
}