Skip to content

Commit 5d02ba4

Browse files
authored
Merge pull request #171 from vulcanize/fix_rct_trie_multicodec_type
fix rct trie multicodec type
2 parents 8c999d2 + d243291 commit 5d02ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

statediff/indexer/ipld/eth_receipt_trie.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ func (rt *rctTrie) getNodeFromDB(key []byte) (*EthRctTrie, error) {
167167
return nil, err
168168
}
169169
tn := &TrieNode{
170-
cid: keccak256ToCid(MEthStateTrie, key),
170+
cid: keccak256ToCid(MEthTxReceiptTrie, key),
171171
rawdata: rawdata,
172172
}
173173

0 commit comments

Comments
 (0)