You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Storage cell writes are very expensive in RSK. If msg.value is zero this write would be unnecessary. Check that Solidity performs the zero check or not (by disassembling or by executing with zero msg.value and checking gas usage).
Storage cell writes are very expensive in RSK. If msg.value is zero this write would be unnecessary. Check that Solidity performs the zero check or not (by disassembling or by executing with zero msg.value and checking gas usage).
liquidity-bridge-contract/contracts/LiquidityBridgeContract.sol
Line 59 in 03184a1
The text was updated successfully, but these errors were encountered: