Closed tari404 closed 5 years ago
APIs func (self *worker) pendingBlock() *types.Block and func (self *worker) pending() (*types.Block, *state.StateDB) can not return the correct result (miner/worker.go:L234-270), which are necessary interfaces for many Web3 functions.
func (self *worker) pendingBlock() *types.Block
func (self *worker) pending() (*types.Block, *state.StateDB)
miner/worker.go:L234-270
Danger level: 1/5 Importance level: 4/5
APIs
func (self *worker) pendingBlock() *types.Block
andfunc (self *worker) pending() (*types.Block, *state.StateDB)
can not return the correct result (miner/worker.go:L234-270
), which are necessary interfaces for many Web3 functions.Danger level: 1/5 Importance level: 4/5