chore(scripts): comment fixes for inventory persistence paths

Made-with: Cursor
This commit is contained in:
defiQUG
2026-03-27 22:11:50 -07:00
parent a2beda3db4
commit d0f6044b9b
5 changed files with 8 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ TEST_AMOUNTS=("${@:-0.001}")
if [ -z "$PRIVATE_KEY" ]; then
log_error "PRIVATE_KEY not provided. Usage: $0 [private_key] [test_amounts...]"
log_info "Or set PRIVATE_KEY in .env file"
log_info "Or export PRIVATE_KEY before running"
exit 1
fi