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
The Relay currently lacks prechecks to verify the validity of the receiver account for cryptocurrency transfer transactions submitted through the eth_sendRawTransaction endpoint. Additionally, the prechecks should confirm the receiver account must NOT have receiverSigRequired enabled.
Solution
Implement precheck methods to validate the receiver account and ensure that the receiver's receiverSigRequired is NOT enabled.
Alternatives
No response
The text was updated successfully, but these errors were encountered:
Problem
The Relay currently lacks prechecks to verify the validity of the receiver account for cryptocurrency transfer transactions submitted through the
eth_sendRawTransaction
endpoint. Additionally, the prechecks should confirm the receiver account must NOT havereceiverSigRequired
enabled.Solution
Implement precheck methods to validate the receiver account and ensure that the receiver's
receiverSigRequired
is NOT enabled.Alternatives
No response
The text was updated successfully, but these errors were encountered: