Loopring / protocols

A zkRollup DEX & Payment Protocol
https://loopring.org
327 stars 122 forks source link

[loopringv3] improve ETH deposit handling logics in DepositContract #2592

Closed kongliangzhong closed 2 years ago

kongliangzhong commented 2 years ago

ETH not returned to deposit account when msg.value > 0 and deposit amount == 0.

dong77 commented 2 years ago

isETHInternal is now called twice. Better to call at most once.

kongliangzhong commented 2 years ago

isETHInternal is now called twice. Better to call at most once.

fixed.