filecoin-project / lily

capturing on-chain state for the filecoin network
Other
48 stars 45 forks source link

fix: align the eth address in fevm trace #1253

Closed Terryhung closed 1 year ago

Terryhung commented 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.