This commit is contained in:
Maran
2014-03-17 10:37:37 +01:00
parent 3274e0a249
commit 8ea7e21f64
6 changed files with 132 additions and 33 deletions

View File

@ -22,7 +22,6 @@ type EthManager interface {
Reactor() *ethutil.ReactorEngine
}
// TODO rename to state manager
type StateManager struct {
// Mutex for locking the block processor. Blocks can only be handled one at a time
mutex sync.Mutex