Skip to content

Commit

Permalink
fix(blockifier): remove unnecessary clone od 'class_hash' in test (#2135
Browse files Browse the repository at this point in the history
)
  • Loading branch information
avivg-starkware authored Nov 18, 2024
1 parent 4a22a6d commit 1d311f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/blockifier/src/transaction/transactions_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1733,7 +1733,7 @@ fn test_deploy_account_tx(
{
Calldata(
[
vec![class_hash.clone().0, tx.contract_address_salt().0],
vec![class_hash.0, tx.contract_address_salt().0],
(*tx.constructor_calldata().0).clone(),
]
.concat()
Expand Down

0 comments on commit 1d311f6

Please sign in to comment.