Skip to content

Commit d6e996b

Browse files
committed
clippy
1 parent 2398fea commit d6e996b

File tree

1 file changed

+1
-1
lines changed
  • crates/shared/src/web3/contracts/helpers

1 file changed

+1
-1
lines changed

crates/shared/src/web3/contracts/helpers/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ where
7373
match call.clone().send().await {
7474
Ok(result) => {
7575
debug!("Transaction sent, waiting for confirmation...");
76-
tx_hash = Some(result.tx_hash().clone());
76+
tx_hash = Some(*result.tx_hash());
7777

7878
match result
7979
.with_timeout(Some(PENDING_TRANSACTION_TIMEOUT))

0 commit comments

Comments
 (0)