From 54945e370eebf4eac1ada29fa2cc54358007698c Mon Sep 17 00:00:00 2001 From: Ajinkya Kulkarni Date: Tue, 3 Dec 2024 11:01:17 +0100 Subject: [PATCH] WIP --- crates/utils/tcbinfo-updater/src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 {