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
myState, fromParam, and contractInfoParam to default to {} which is truthy. Causing contractInfo, latestState, and from to be set to empty objects by default causing the function to fail.
myState
,fromParam
, andcontractInfoParam
to default to{}
which is truthy. CausingcontractInfo
,latestState
, andfrom
to be set to empty objects by default causing the function to fail.https://github.com/ArweaveTeam/SmartWeave/blob/master/src/contract-interact.ts#L66-L72
The text was updated successfully, but these errors were encountered: