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
In my script, I discovered that when I send the extrinsic more than five calls with Address20, the last call will show a random address with 0 value. However, the batch transfer calls were executed correctly. In other words, the call executes successfully but shows differently.
I can also reproduce when I replace the last call with address20: random evm address with value 4722 is okay, but 4723 fails.
The app version is apps v0.146.1
It may be because of the length limitation. I'm not sure
The text was updated successfully, but these errors were encountered:
In my script, I discovered that when I send the extrinsic more than five calls with Address20, the last call will show a random address with 0 value. However, the batch transfer calls were executed correctly. In other words, the call executes successfully but shows differently.
I can also reproduce when I replace the last call with address20: random evm address with value 4722 is okay, but 4723 fails.
The app version is
apps v0.146.1
It may be because of the length limitation. I'm not sure
The text was updated successfully, but these errors were encountered: