mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-16 04:56:36 +00:00
Removed debug log
This commit is contained in:
parent
e504088b79
commit
b7ff773ecf
1 changed files with 0 additions and 3 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
package ethchain
|
package ethchain
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
|
||||||
"github.com/ethereum/eth-go/ethcrypto"
|
"github.com/ethereum/eth-go/ethcrypto"
|
||||||
"github.com/ethereum/eth-go/ethtrie"
|
"github.com/ethereum/eth-go/ethtrie"
|
||||||
"github.com/ethereum/eth-go/ethutil"
|
"github.com/ethereum/eth-go/ethutil"
|
||||||
|
|
@ -73,8 +72,6 @@ func (self *State) Update() {
|
||||||
} else {
|
} else {
|
||||||
stateObject.Sync()
|
stateObject.Sync()
|
||||||
|
|
||||||
fmt.Printf("%x %x\n", stateObject.Address(), stateObject.state.Root())
|
|
||||||
|
|
||||||
self.UpdateStateObject(stateObject)
|
self.UpdateStateObject(stateObject)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue