mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-12 15:03:45 +00:00
fix: zero fee addresses
This commit is contained in:
parent
898066ac48
commit
c7d747e52b
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,8 @@ RPC_ENGINE_PORT="${RPC_ENGINE_PORT:-8551}"
|
||||||
BLOCK_SIGNER_PRIVATE_KEY=${BLOCK_SIGNER_PRIVATE_KEY:-""}
|
BLOCK_SIGNER_PRIVATE_KEY=${BLOCK_SIGNER_PRIVATE_KEY:-""}
|
||||||
JWT_SECRET=${JWT_SECRET:-"13373d9a0257983ad150392d7ddb2f9172c9396b4c450e26af469d123c7aaa5c"}
|
JWT_SECRET=${JWT_SECRET:-"13373d9a0257983ad150392d7ddb2f9172c9396b4c450e26af469d123c7aaa5c"}
|
||||||
|
|
||||||
|
ZERO_FEE_ADDRESSES=""
|
||||||
|
|
||||||
# Generate signer key if needed
|
# Generate signer key if needed
|
||||||
if [ "$GETH_NODE_TYPE" = "signer" ]; then
|
if [ "$GETH_NODE_TYPE" = "signer" ]; then
|
||||||
if [ ! -f "$GETH_DATA_DIR/password" ]; then
|
if [ ! -f "$GETH_DATA_DIR/password" ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue