Remove require statement for calling paused in L2StandardBridge #90
Labels
Sponsor Confirmed
The sponsor acknowledged this issue is valid
Will Fix
The sponsor confirmed this issue will be fixed
We decided to remove require statement for checking whether this contract is paused in L2StandardBridge.
paused()
function in L2StandardBridge always returns false. It means an unnecessary require statement was used.The text was updated successfully, but these errors were encountered: