diff --git a/crates/utils/tcbinfo-updater/src/main.rs b/crates/utils/tcbinfo-updater/src/main.rs index c4fd7b1..61241d6 100644 --- a/crates/utils/tcbinfo-updater/src/main.rs +++ b/crates/utils/tcbinfo-updater/src/main.rs @@ -63,8 +63,7 @@ async fn upsert_tcbinfo() -> Result<(), &'static str> { tcb_info: tcbinfo.to_string(), certificate: TCB_SIGNER.to_string(), time: None, - } - }; + }; if let Err(e) = client.tx_execute(&contract_address, &chain_id, 200000, &sender, json!(execute_msg), "200000untrn").await {