mirror of https://github.com/ethereum/go-ethereum
core: fix comment about recipient for contract creation (#26349)
A comment suggests that contract creation happens if the recipient of a call is 0x00..00 ("zero address") but in fact the sender must be nil. The zero address is a regular valid address that is commonly used as a "burn" address.pull/26351/head
parent
262bd38fce
commit
250a80a50e
Loading…
Reference in new issue