QuarkChain / go-ethereum

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

disable bootnode in stress test #54

Closed blockchaindevsh closed 2 years ago

blockchaindevsh commented 2 years ago

When I run stress test locally, I saw many errors like this:

INFO [03-15|11:39:10.127] failed attempting to add vote            err="vote.ValidatorAddress (90A7BFF0B4B11F365367D4C9FE084223C850B229) does not match address (3F1A62D9610DF6AFF902F71A53523F8741CA2F34) for vote.ValidatorIndex (1)\nEnsure the genesis file is correct across all validators: invalid validator address"

This pr fixes it.