Docs & old code removed

This commit is contained in:
obscuren
2015-02-02 20:02:00 -08:00
parent faa54e59c1
commit 30fa30bd4a
4 changed files with 28 additions and 25 deletions

View File

@@ -219,7 +219,7 @@ func (sm *BlockProcessor) ProcessWithParent(block, parent *types.Block) (td *big
// Calculate the td for this block
td = CalculateTD(block, parent)
// Sync the current block's state to the database and cancelling out the deferred Undo
// Sync the current block's state to the database
state.Sync()
// Set the block hashes for the current messages
state.Manifest().SetHash(block.Hash())