mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
Fix!
This commit is contained in:
parent
04d907fd1b
commit
ad3445b665
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ func detectEnsAddr(client *rpc.Client) (common.Address, error) {
|
||||||
|
|
||||||
switch {
|
switch {
|
||||||
|
|
||||||
case version == "1" && block.Hash() == params./:
|
case version == "1" && block.Hash() == params.MainnetGenesisHash:
|
||||||
log.Info("using Mainnet ENS contract address", "addr", ens.MainNetAddress)
|
log.Info("using Mainnet ENS contract address", "addr", ens.MainNetAddress)
|
||||||
return ens.MainNetAddress, nil
|
return ens.MainNetAddress, nil
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue