reef-defi / reef-chain

EVM compatible chain with NPoS/PoC consensus
https://docs.reef.io
GNU General Public License v3.0
135 stars 37 forks source link

rename AccountInfo struct to EvmAccountInfo #45

Closed frisitano closed 3 years ago

frisitano commented 3 years ago

There are currently two different structs named AccountInfo within the codebase. One is in the System pallet and the other in the Evm pallet. This causes the client confusion when trying to decode rpc responses as the client does not have pallet scope awareness. This PR address this issue by renaming the AccountInfo struct in the Evm pallet to EvmAccountInfo.