Skip to content

Commit

Permalink
Merge of #7178
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jul 10, 2023
2 parents 0d33264 + 24b5bfb commit c39bbf6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker/runtime-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,13 @@ use_color = false
EOF
fi
fi

if [[ -n "$MINER_ADDRESS" ]]; then
cat <<EOF >> "$ZEBRA_CONF_PATH"
[mining]
miner_address = "${MINER_ADDRESS}"
EOF
fi
fi

echo "Using zebrad.toml:"
Expand Down

0 comments on commit c39bbf6

Please sign in to comment.