WIP
This commit is contained in:
parent
86bd351398
commit
02cfb3f998
1 changed files with 1 additions and 1 deletions
|
@ -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:?}");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue