Skip to content

Commit

Permalink
Merge pull request #171 from vulcanize/fix_rct_trie_multicodec_type
Browse files Browse the repository at this point in the history
fix rct trie multicodec type
  • Loading branch information
i-norden authored Dec 17, 2021
2 parents 8c999d2 + d243291 commit 5d02ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statediff/indexer/ipld/eth_receipt_trie.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func (rt *rctTrie) getNodeFromDB(key []byte) (*EthRctTrie, error) {
return nil, err
}
tn := &TrieNode{
cid: keccak256ToCid(MEthStateTrie, key),
cid: keccak256ToCid(MEthTxReceiptTrie, key),
rawdata: rawdata,
}

Expand Down

0 comments on commit 5d02ba4

Please sign in to comment.