From 87aa87cb51960ed6775b1c2cd9e14f73e4fa965b Mon Sep 17 00:00:00 2001 From: i-norden Date: Mon, 6 Jun 2022 13:10:09 -0500 Subject: [PATCH] update multihash prefix --- pkg/beaconclient/multihash.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/beaconclient/multihash.go b/pkg/beaconclient/multihash.go index a9918b7..1407046 100644 --- a/pkg/beaconclient/multihash.go +++ b/pkg/beaconclient/multihash.go @@ -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) {