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
After we decode the required params to handle the automatic peg-in on ERC777 send, we then pass the fulluserData to the emitted event. Instead we should crop out the bytes required during the first decoding and pass through only what remains.
After we decode the required params to handle the automatic peg-in on ERC777 send, we then pass the full
userData
to the emitted event. Instead we should crop out the bytes required during the first decoding and pass through only what remains.This line here is where the
userData
needs cropping.The text was updated successfully, but these errors were encountered: