Open code423n4 opened 3 years ago
pauliax6@gmail.com
paulius.eth
0x523B5b2Cc58A818667C22c862930B141f85d49DD
contract MarginRouter, function crossWithdrawETH does not emit withdraw event: emit CrossWithdraw(msg.sender, WETH, withdrawAmount);
no impact on security.
emit the expected event
Downgrading this from proposed severity of 1 (Low Risk) to 0 Non-critical as it has no effect on the performance of the system and presents no security risk.
1 (Low Risk)
0 Non-critical
Email address
pauliax6@gmail.com
Handle
paulius.eth
Eth address
0x523B5b2Cc58A818667C22c862930B141f85d49DD
Vulnerability details
contract MarginRouter, function crossWithdrawETH does not emit withdraw event: emit CrossWithdraw(msg.sender, WETH, withdrawAmount);
Impact
no impact on security.
Recommended mitigation steps
emit the expected event