Closed Terryhung closed 1 year ago
The root cause for the incorrect eth_address was due to passing the actor ID as the actor address into the function, leading to a misinterpretation of the eth_address. Therefore, once we obtained the correct actor address, we resolved this issue.
eth_address
The root cause for the incorrect
eth_address
was due to passing the actor ID as the actor address into the function, leading to a misinterpretation of theeth_address
. Therefore, once we obtained the correct actor address, we resolved this issue.