mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 21:26:42 +00:00
Merge f56d5fb019 into 22c7ce0162
This commit is contained in:
commit
461d7cd914
1 changed files with 2 additions and 1 deletions
|
|
@ -135,5 +135,6 @@ func (self *Miner) PendingState() *state.StateDB {
|
|||
}
|
||||
|
||||
func (self *Miner) PendingBlock() *types.Block {
|
||||
return self.worker.pendingBlock()
|
||||
copy := *self.worker.pendingBlock()
|
||||
return ©
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue