mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
remove miner logs
This commit is contained in:
parent
486d8bbb81
commit
17bbad3d9b
2 changed files with 0 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
package shyftdb
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/ethereum/go-ethereum/ethdb"
|
||||
"github.com/ethereum/go-ethereum/core/types"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue