Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clients/besu: fix clique mining (ethereum#730)
Reversed the logic to deploy clique key to bootnode only. Original change was to avoid deploying the same clique key to 2 different nodes. Ended up stopping the deployment of the clique key to the first node, causing test that rely on a single node to mine to fail due to timeout.
- Loading branch information