aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/state.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-07-01 17:26:45 +0800
committerobscuren <geffobscura@gmail.com>2014-07-01 17:26:45 +0800
commit92693e44599c44e606813d2c3259cc9f6f81a644 (patch)
treeb108d081c3434256b5a8f11f671d3e8b0e07d08d /ethchain/state.go
parent39263b674c1a8a13a1c29349a48b3cdc4c5948db (diff)
downloadgo-tangerine-92693e44599c44e606813d2c3259cc9f6f81a644.tar
go-tangerine-92693e44599c44e606813d2c3259cc9f6f81a644.tar.gz
go-tangerine-92693e44599c44e606813d2c3259cc9f6f81a644.tar.bz2
go-tangerine-92693e44599c44e606813d2c3259cc9f6f81a644.tar.lz
go-tangerine-92693e44599c44e606813d2c3259cc9f6f81a644.tar.xz
go-tangerine-92693e44599c44e606813d2c3259cc9f6f81a644.tar.zst
go-tangerine-92693e44599c44e606813d2c3259cc9f6f81a644.zip
The dragon has been slain. Consensus reached!
Diffstat (limited to 'ethchain/state.go')
-rw-r--r--ethchain/state.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethchain/state.go b/ethchain/state.go
index 51d86fe2a..06a185f59 100644
--- a/ethchain/state.go
+++ b/ethchain/state.go
@@ -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