Merge pull request #55 from vulcanize/ian/update_multihash_prefix

update multihash prefix
This commit was merged in pull request #55.
This commit is contained in:
Abdul Rabbani
2022-06-06 15:52:12 -04:00
committed by GitHub
+1 -1
View File
@@ -23,7 +23,7 @@ import (
"github.com/vulcanize/ipld-ethcl-indexer/pkg/loghelper"
)
const SSZ_SHA2_256_PREFIX uint64 = 0xb501
const SSZ_SHA2_256_PREFIX uint64 = 0xb502
// MultihashKeyFromSSZRoot converts a SSZ-SHA2-256 root hash into a blockstore prefixed multihash key
func MultihashKeyFromSSZRoot(root []byte) (string, error) {