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
client.prepareUserOperationRequest accepts a middleware parameter. This is then embedded in args. However, because args is overwritten by the middleware from smartAccountActions({middleware}), this middleware parameter in prepareUserOperationRequest({middleware}) actually does not have an effect.
The text was updated successfully, but these errors were encountered:
permissionless.js/packages/permissionless/clients/decorators/smartAccount.ts
Lines 477 to 485 in 0ba75d7
client.prepareUserOperationRequest
accepts amiddleware
parameter. This is then embedded inargs
. However, becauseargs
is overwritten by themiddleware
fromsmartAccountActions({middleware})
, thismiddleware
parameter inprepareUserOperationRequest({middleware})
actually does not have an effect.The text was updated successfully, but these errors were encountered: