Vm logging on diff

This commit is contained in:
obscuren
2014-07-15 00:25:49 +02:00
parent 50bc838047
commit 2784e256f1
4 changed files with 20 additions and 9 deletions

View File

@ -196,7 +196,7 @@ func (sm *StateManager) Process(block *Block, dontReact bool) (err error) {
fmt.Printf("## %x %x ##\n", block.Hash(), block.Number)
}
receipts, err := sm.ApplyDiff(state, parent, block)
_, err = sm.ApplyDiff(state, parent, block)
if err != nil {
return err
}