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
Clean up the way empty parameters are treated in TokenCancelAirdrop transactions
Solution
-Add test for TokenCancelAirdrop empty parameters
-Throw PrehandleException on empty parameters earlier in the workflow
-Change the PreHandleException that is thrown from INVALID_ACCOUNT_ID to INVALID_PENDING_AIRDROP_ID, to match the similar exception condition in TokenClaimAirdrop
Alternatives
No response
The text was updated successfully, but these errors were encountered:
Problem
Clean up the way empty parameters are treated in TokenCancelAirdrop transactions
Solution
-Add test for TokenCancelAirdrop empty parameters
-Throw PrehandleException on empty parameters earlier in the workflow
-Change the PreHandleException that is thrown from INVALID_ACCOUNT_ID to INVALID_PENDING_AIRDROP_ID, to match the similar exception condition in TokenClaimAirdrop
Alternatives
No response
The text was updated successfully, but these errors were encountered: