Removed old code

This commit is contained in:
obscuren
2014-08-23 11:00:33 +02:00
parent d9d4f63cd4
commit 962255b373
2 changed files with 4 additions and 11 deletions

View File

@@ -176,7 +176,7 @@ func (bc *BlockChain) setLastBlock() {
}
func (bc *BlockChain) SetTotalDifficulty(td *big.Int) {
ethutil.Config.Db.Put([]byte("LastKnownTotalDifficulty"), td.Bytes())
ethutil.Config.Db.Put([]byte("LTD"), td.Bytes())
bc.TD = td
}