The dragon has been slain. Consensus reached!

This commit is contained in:
obscuren
2014-07-01 11:26:45 +02:00
parent 39263b674c
commit 92693e4459
5 changed files with 46 additions and 21 deletions

View File

@ -125,7 +125,7 @@ func (self *State) GetOrNewStateObject(addr []byte) *StateObject {
}
func (self *State) NewStateObject(addr []byte) *StateObject {
statelogger.Infof("(+) %x\n", addr)
//statelogger.Infof("(+) %x\n", addr)
stateObject := NewStateObject(addr)
self.stateObjects[string(addr)] = stateObject