forked from cerc-io/plugeth
Removed debug log
This commit is contained in:
parent
0415e4a637
commit
90f63657cb
@ -61,7 +61,6 @@ func (self *State) UpdateStateObject(stateObject *StateObject) {
|
|||||||
addr := stateObject.Address()
|
addr := stateObject.Address()
|
||||||
|
|
||||||
ethutil.Config.Db.Put(ethcrypto.Sha3Bin(stateObject.Script()), stateObject.Script())
|
ethutil.Config.Db.Put(ethcrypto.Sha3Bin(stateObject.Script()), stateObject.Script())
|
||||||
fmt.Printf("balance %v %p\n", stateObject.Amount, stateObject)
|
|
||||||
|
|
||||||
self.trie.Update(string(addr), string(stateObject.RlpEncode()))
|
self.trie.Update(string(addr), string(stateObject.RlpEncode()))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user