Skip to content

Commit 5b42597

Browse files
committed
debug log
1 parent f7d390d commit 5b42597

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/common/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ pub async fn init_nft_contract(contract: &Contract) -> anyhow::Result<()> {
4545
.max_gas()
4646
.transact()
4747
.await?;
48+
println!("Init NFT contract: {:?}", res);
4849
assert!(res.is_success());
4950

5051
Ok(())

0 commit comments

Comments
 (0)