Commit f0ff921a authored by Matt Solomon's avatar Matt Solomon

chore: add quotes to BLOCK_SIGNER_ADDRESS

parent 6084ed30
...@@ -55,9 +55,9 @@ exec geth \ ...@@ -55,9 +55,9 @@ exec geth \
--nodiscover \ --nodiscover \
--maxpeers=1 \ --maxpeers=1 \
--networkid="$CHAIN_ID" \ --networkid="$CHAIN_ID" \
--unlock=$BLOCK_SIGNER_ADDRESS \ --unlock="$BLOCK_SIGNER_ADDRESS" \
--mine \ --mine \
--miner.etherbase=$BLOCK_SIGNER_ADDRESS \ --miner.etherbase="$BLOCK_SIGNER_ADDRESS" \
--password="$GETH_DATA_DIR"/password \ --password="$GETH_DATA_DIR"/password \
--allow-insecure-unlock \ --allow-insecure-unlock \
--rpc.allow-unprotected-txs \ --rpc.allow-unprotected-txs \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment