Merge pull request #171 from vulcanize/fix_rct_trie_multicodec_type
fix rct trie multicodec type
This commit is contained in:
commit
5d02ba456c
@ -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,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user