mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
fix parameter
This commit is contained in:
parent
62cfec3787
commit
6b4eb6abef
1 changed files with 1 additions and 1 deletions
|
|
@ -311,7 +311,7 @@ func (self *worker) wait() {
|
|||
}
|
||||
fmt.Printf("\n\t[WORKER.GO self.eth] %+v\n", self.eth)
|
||||
// NOTE:SHYFT Added eth to writeBlockWithState
|
||||
stat, err := self.chain.WriteBlockWithState(block, work.receipts, work.state, self.eth)
|
||||
stat, err := self.chain.WriteBlockWithState(block, work.receipts, work.state)
|
||||
if err != nil {
|
||||
log.Error("Failed writing block to chain", "err", err)
|
||||
continue
|
||||
|
|
|
|||
Loading…
Reference in a new issue