Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matzayonc committed Nov 27, 2023
1 parent c5bea20 commit adc23d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/katana/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ Class Hash: {}
Account Contract
Class Hash: {}
",
FEE_TOKEN_ADDRESS.to_string(),
ERC20_CONTRACT_CLASS_HASH.to_string(),
UDC_ADDRESS.to_string(),
UDC_CLASS_HASH.to_string(),
*FEE_TOKEN_ADDRESS,
*ERC20_CONTRACT_CLASS_HASH,
*UDC_ADDRESS,
*UDC_CLASS_HASH,
account_class_hash
);

Expand Down

0 comments on commit adc23d8

Please sign in to comment.