forked from cerc-io/plugeth
Removed debug log
This commit is contained in:
parent
e504088b79
commit
b7ff773ecf
@ -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 New Issue
Block a user