nweaver-blockchain / blockchain-names

Blockchain Naming Systems
1 stars 1 forks source link

Namehash (ENS and Unstoppable Domains) #2

Open peterthomassen opened 10 months ago

peterthomassen commented 10 months ago

The text says:

So, for example, the hash of an.example.eth is calculated as H(H(H(0x0.. || ‘eth’) || ‘example’ || ‘an’))).

Based on the description, it should be

So, for example, the hash of an.example.eth is calculated as H(H(H(0x0.. || ‘eth’) || ‘example’) || ‘an’).
nweaver commented 10 months ago

fixed, thanks.