Use placeholder tip bot wallet in env example#7484
Conversation
|
Welcome to RustChain! Thanks for your first pull request. Before we review, please make sure:
Bounty tiers: Micro (1-10 RTC) | Standard (20-50) | Major (75-100) | Critical (100-150) A maintainer will review your PR soon. Thanks for contributing! |
Monster5860
left a comment
There was a problem hiding this comment.
Reviewed the change and it looks correct to me. I checked the only indexed uses of TIP_BOT_WALLET: the example file and .github/workflows/tip-bot.yml. The workflow reads TIP_BOT_WALLET from GitHub Secrets, not from .env.example, so replacing the example value with a non-address placeholder should not affect tip-bot execution. The new comment also makes the deployment action explicit for operators and reduces the risk that someone copies a real-looking wallet value from the sample config into production by mistake.\n\nValidation performed:\n- inspected the PR diff for .env.example\n- searched repository code for TIP_BOT_WALLET usages\n- checked that the tip-bot workflow sources the value from secrets.TIP_BOT_WALLET\n\nVerdict: approve as a focused config-safety/docs change.
Summary
TIP_BOT_WALLETvalue in.env.examplewith an explicit placeholderValidation
rg -n "TIP_BOT_WALLET|RTC[0-9a-fA-F]{40}" .env.examplegit diff --checkCloses #7483