Content pfp
Content
@
0 reply
0 recast
2 reactions

ernesto pfp
ernesto
@ernesto
TIL that a payable function in Solidity is cheaper than a non-payable function, since non-payable functions have an implicit require(msg.value == 0). So, why not make all functions payable?
0 reply
0 recast
0 reaction