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
Viraz, in Optmism's discord server, asked, "what is the use "payable" in optimism?"
For developers, functions marked as payable will not work since msg.value is not yet implemented in the OVM.
Specification
OVM compiler should throw a warning to any contract functions marked as payable.
Motivation
Viraz, in Optmism's discord server, asked, "what is the use "payable" in optimism?"
For developers, functions marked as
payablewill not work sincemsg.valueis not yet implemented in the OVM.Specification
OVM compiler should throw a warning to any contract functions marked as
payable.Backwards Compatibility
I see no issues with being backwards compatible.