mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-28 04:55:33 +00:00
90a961243e
There is no valid `CREATE_CONTRACT_ADDRESS`. Some places on the internet say account zero means contract creation, but that's not correct. Transactions to `ZERO_ADDRESS` are legitimate transfers to that account, not contract creations. They are used to "burn" Eth. People also send Eth to address zero by accident, unrecoverably, due to poor user interface issues. Signed-off-by: Jamie Lokier <jamie@shareable.org>