getamis / go-ethereum

Official Go implementation of the Ethereum protocol
https://geth.ethereum.org
GNU Lesser General Public License v3.0
34 stars 12 forks source link

eth/backend: fix deadlock in SetEtherbase() #167

Closed mohanson closed 6 years ago

mohanson commented 6 years ago

This function causes a deadlock problem when using istanbul consensus.

markya0616 commented 6 years ago

Thanks. Merged it in our develop branch.