diff --git a/ops/scripts/geth.sh b/ops/scripts/geth.sh index 3e71ef3bb..ee485e729 100755 --- a/ops/scripts/geth.sh +++ b/ops/scripts/geth.sh @@ -48,6 +48,4 @@ exec geth \ --password ./password \ --allow-insecure-unlock \ --unlock $BLOCK_SIGNER_ADDRESS \ - --mine \ - --miner.etherbase $BLOCK_SIGNER_ADDRESS \ "$@"