We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d390d commit 5b42597Copy full SHA for 5b42597
tests/common/mod.rs
@@ -45,6 +45,7 @@ pub async fn init_nft_contract(contract: &Contract) -> anyhow::Result<()> {
45
.max_gas()
46
.transact()
47
.await?;
48
+ println!("Init NFT contract: {:?}", res);
49
assert!(res.is_success());
50
51
Ok(())
0 commit comments