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
operation denotes a call type (0=call, 1=delegatecall). the transaction would fail if we encode the wrong operation types. multisend specifically requires to be only called as a delegatecall.
users can currently work around this by passing a kwarg like txn(sender=safe, operation=1), but this is not very convenient and it should be fixed either in the library of ape api to allow passing it over.
operation
denotes a call type (0=call, 1=delegatecall). the transaction would fail if we encode the wrong operation types. multisend specifically requires to be only called as a delegatecall.users can currently work around this by passing a kwarg like
txn(sender=safe, operation=1)
, but this is not very convenient and it should be fixed either in the library of ape api to allow passing it over.ape-safe/ape_safe/multisend.py
Line 250 in 4c0891b
The text was updated successfully, but these errors were encountered: