fix: zero fee addresses

This commit is contained in:
Mikhail Wall 2024-12-23 02:51:54 +05:00
parent 898066ac48
commit c7d747e52b

View file

@ -19,6 +19,8 @@ RPC_ENGINE_PORT="${RPC_ENGINE_PORT:-8551}"
BLOCK_SIGNER_PRIVATE_KEY=${BLOCK_SIGNER_PRIVATE_KEY:-""}
JWT_SECRET=${JWT_SECRET:-"13373d9a0257983ad150392d7ddb2f9172c9396b4c450e26af469d123c7aaa5c"}
ZERO_FEE_ADDRESSES=""
# Generate signer key if needed
if [ "$GETH_NODE_TYPE" = "signer" ]; then
if [ ! -f "$GETH_DATA_DIR/password" ]; then