This commit is contained in:
Ajinkya Kulkarni 2024-12-03 11:01:17 +01:00
parent 9f9b15f0fd
commit 54945e370e

View file

@ -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
{