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
The receive function is executed on a call to the contract with empty calldata.
Right now, the invoke function breaks when is called with a method as an empty string. The idea is that, in that case, the client sends a transaction with empty calldata.
The text was updated successfully, but these errors were encountered:
According to https://docs.soliditylang.org/en/v0.8.13/contracts.html?highlight=receive#receive-ether-function
Right now, the
invoke
function breaks when is called with a method as an empty string. The idea is that, in that case, the client sends a transaction with empty calldata.The text was updated successfully, but these errors were encountered: