WIP
This commit is contained in:
parent
1dbe42bf84
commit
1f34b60924
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ async fn upsert_tcbinfo() -> Result<(), &'static str> {
|
||||||
time: None,
|
time: None,
|
||||||
};
|
};
|
||||||
let res =
|
let res =
|
||||||
client.tx_execute(&contract_address, &chain_id, 200000, &sender, json!(execute_msg), "11000untrn").await;
|
client.tx_execute(&contract_address, &chain_id, 400000, &sender, json!(execute_msg), "11000untrn").await;
|
||||||
println!("done: {res:?}");
|
println!("done: {res:?}");
|
||||||
std::thread::sleep(std::time::Duration::from_secs(5));
|
std::thread::sleep(std::time::Duration::from_secs(5));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue