good morning!!!!

Skip to content
Snippets Groups Projects
Commit 90f63657 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

Removed debug log

parent 0415e4a6
Branches
Tags
No related merge requests found
...@@ -61,7 +61,6 @@ func (self *State) UpdateStateObject(stateObject *StateObject) { ...@@ -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()))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment