tokamak-network / tokamak-bridge

An interface designed to bridge assets between Titan and Ethereum chains.
https://app.bridge.tokamak.network
2 stars 0 forks source link

[Cross Trade - Contract Bugs]: Remove unnecessary hash comparison statement from L1CrossTrade contract #206

Open blackcow1987 opened 3 days ago

blackcow1987 commented 3 days ago

What happened?

Comparing the l2HashValue generated within the contract and the _hash parameter in the provideCT / editFee / cancel methods is meaningless. The _hash parameter and the require statement that compares the two hash values ​​should be removed.

Relevant log output

No response