ethereum / ethereumj

DEPRECATED! Java implementation of the Ethereum yellowpaper. For JSON-RPC and other client features check Ethereum Harmony
GNU Lesser General Public License v3.0
2.18k stars 1.1k forks source link

Why there copy array from index 32-value.length, not from 0 and if value is String, copy array from 0, i think it's right #1213

Open taoyq1988 opened 5 years ago

taoyq1988 commented 5 years ago

https://github.com/ethereum/ethereumj/blob/e06e9f1abb08cde14fbb35334821ed4db400cd2e/ethereumj-core/src/main/java/org/ethereum/solidity/SolidityType.java#L321