WIP
This commit is contained in:
parent
0d796e6819
commit
275954a4d1
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ async fn upsert_tcbinfo() -> Result<(), &'static str> {
|
|||
"neutron1r4m59786vmxrx866585ze5ugjx9egcyja0nuxhn2y6d7ht6680sspa89zk"
|
||||
.parse()
|
||||
.expect("failed to parse contract address");
|
||||
let query_msg = QueryMsg::GetTcbInfo { fmspc },
|
||||
let query_msg = QueryMsg::GetTcbInfo { fmspc };
|
||||
let tcbinfo_on_chain: Value = client.query_smart(&contract_address, json!(query_msg)).await.expect("contract query failed");
|
||||
println!("{tcbinfo_on_chain:?}");
|
||||
|
||||
|
|
Loading…
Reference in a new issue