remove miner logs

This commit is contained in:
greg 2018-04-14 11:31:14 -04:00
parent 486d8bbb81
commit 17bbad3d9b
2 changed files with 0 additions and 4 deletions

View file

@ -309,9 +309,6 @@ func (self *worker) wait() {
for _, log := range work.state.Logs() {
log.BlockHash = block.Hash()
}
fmt.Println("+++++++++++++++++miner/worker.GO+++++++++++++++++++++++++wait()")
fmt.Println(work.state)
fmt.Println("+++++++++++++++++miner/worker.GO+++++++++++++++++++++++++selt chain")
stat, err := self.chain.WriteBlockWithState(block, work.receipts, work.state)
if err != nil {
log.Error("Failed writing block to chain", "err", err)

View file

@ -1,7 +1,6 @@
package shyftdb
import (
"fmt"
"github.com/ethereum/go-ethereum/ethdb"
"github.com/ethereum/go-ethereum/core/types"
)