Open
Description
One can use the FallbackManager
to add functions to the safe, but since the fallback
method it defines is not payable
, one cannot use it to add any new payable
functions. There is already a native receive handler, so value with empty data is allowed, but not a novel function with value attached.
Adding payable
to the fallback
function should fix this.