WIP
This commit is contained in:
parent
9f9b15f0fd
commit
54945e370e
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue