WIP
This commit is contained in:
parent
9f9b15f0fd
commit
54945e370e
1 changed files with 1 additions and 2 deletions
|
@ -63,7 +63,6 @@ async fn upsert_tcbinfo() -> Result<(), &'static str> {
|
||||||
tcb_info: tcbinfo.to_string(),
|
tcb_info: tcbinfo.to_string(),
|
||||||
certificate: TCB_SIGNER.to_string(),
|
certificate: TCB_SIGNER.to_string(),
|
||||||
time: None,
|
time: None,
|
||||||
}
|
|
||||||
};
|
};
|
||||||
if let Err(e) =
|
if let Err(e) =
|
||||||
client.tx_execute(&contract_address, &chain_id, 200000, &sender, json!(execute_msg), "200000untrn").await
|
client.tx_execute(&contract_address, &chain_id, 200000, &sender, json!(execute_msg), "200000untrn").await
|
||||||
|
|
Loading…
Reference in a new issue