ensdomains / ens

Implementations for ENS core functionality: The registry, registrars, and public resolvers.

Home Page:https://ens.domains/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What exactly is the value of "secret" in the commitment hash

0xAmey opened this issue · comments

commented

I'm trying to understand what the value of secret is in makeCommitment function of ENS Controller contract.

Also when is the makeCommitment function called? It does need to be called before the commit function but when I check with etherscan I cannot see it being called, how does this work, is there something I am missing?

Thank You in advance!