mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
contracts/ens: fix keccak256 hash code comment
This commit is contained in:
parent
b972dfa0ac
commit
bef8673e1e
1 changed files with 2 additions and 2 deletions
|
|
@ -30,8 +30,8 @@ const (
|
||||||
nsIpfs = 0xe3
|
nsIpfs = 0xe3
|
||||||
nsSwarm = 0xe4
|
nsSwarm = 0xe4
|
||||||
|
|
||||||
swarmTypecode = 0xfa //swarm manifest, see https://github.com/multiformats/multicodec/blob/master/table.csv
|
swarmTypecode = 0xfa // swarm manifest, see https://github.com/multiformats/multicodec/blob/master/table.csv
|
||||||
swarmHashtype = 0x1b // BMT, see https://github.com/multiformats/multicodec/blob/master/table.csv
|
swarmHashtype = 0x1b // keccak256, see https://github.com/multiformats/multicodec/blob/master/table.csv
|
||||||
|
|
||||||
hashLength = 32
|
hashLength = 32
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue