clean up from PR review

This commit is contained in:
2023-07-03 12:58:06 +08:00
parent fbc87c0410
commit 8fc463bfad
7 changed files with 5 additions and 52 deletions
-2
View File
@@ -149,8 +149,6 @@ func (bc *BlockChain) SetTd(hash common.Hash, blockNum uint64, td *big.Int) {
bc.TDByNum[blockNum] = td
}
// func (bc *BlockChain) UnlockTrie(root core.Hash) {}
// TODO
func (bc *BlockChain) StateCache() adapt.StateView {
return nil