fix rct trie multicodec type #171
@ -167,7 +167,7 @@ func (rt *rctTrie) getNodeFromDB(key []byte) (*EthRctTrie, error) {
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
tn := &TrieNode{
|
tn := &TrieNode{
|
||||||
cid: keccak256ToCid(MEthStateTrie, key),
|
cid: keccak256ToCid(MEthTxReceiptTrie, key),
|
||||||
rawdata: rawdata,
|
rawdata: rawdata,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user