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
Describe the bug Oracle.Request is calling GAS.Mint which is calling Nep17Token.PostTransfer. GAS.Mint passes null for from parameter, but PostTransfer attempts to call ToArray on the from parameter w/o checking if it is null
Describe the bug
Oracle.Requestis callingGAS.Mintwhich is callingNep17Token.PostTransfer.GAS.Mintpasses null forfromparameter, but PostTransfer attempts to call ToArray on the from parameter w/o checking if it is null