contracts/ens: fix keccak256 hash code comment

This commit is contained in:
Elad 2019-03-27 10:52:14 +09:00
parent b972dfa0ac
commit bef8673e1e

View file

@ -31,7 +31,7 @@ const (
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
) )