Skip to content

Commit

Permalink
remove duplicate print
Browse files Browse the repository at this point in the history
jinmel committed Sep 26, 2024
1 parent 545e842 commit 44d23ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test_scenario.rs
Original file line number Diff line number Diff line change
@@ -114,8 +114,6 @@ where
.as_ref()
.map(|a| a.encode_hex())
.unwrap_or("".to_string()));

println!("contract address: {:?}", receipt.contract_address);
let contract_address = receipt.contract_address;
db.insert_named_tx(
tx_req.name.unwrap_or_default(),

0 comments on commit 44d23ec

Please sign in to comment.