aboutsummaryrefslogtreecommitdiffstats
path: root/core/block_processor.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-02-03 12:02:00 +0800
committerobscuren <geffobscura@gmail.com>2015-02-03 12:02:00 +0800
commit30fa30bd4a5f12e86480bec0a7dd2fe290c9abc4 (patch)
tree7e573f4c0fdb592f5ccd6ff8059136f1ffc3c6c8 /core/block_processor.go
parentfaa54e59c1c276d153299c73afdea246941ec952 (diff)
downloaddexon-30fa30bd4a5f12e86480bec0a7dd2fe290c9abc4.tar.gz
dexon-30fa30bd4a5f12e86480bec0a7dd2fe290c9abc4.tar.zst
dexon-30fa30bd4a5f12e86480bec0a7dd2fe290c9abc4.zip
Docs & old code removed
Diffstat (limited to 'core/block_processor.go')
-rw-r--r--core/block_processor.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/block_processor.go b/core/block_processor.go
index 2dcaa37c2..4d5cd94c9 100644
--- a/core/block_processor.go
+++ b/core/block_processor.go
@@ -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())