fix: correct standalone sequencer command to use config file path

The standalone mode command was missing the '--' separator and the
full config file path. Changed from directory path to the complete
config file path: sequencer/service/configs/debug/sequencer_config.json
This commit is contained in:
Waclaw 2026-04-01 04:59:43 -04:00
parent 9fa541f3d1
commit a508c60587
No known key found for this signature in database
GPG Key ID: 172D05462E178075

View File

@ -220,7 +220,7 @@ This will use a wallet binary built from this repo and not the one installed in
### Standalone mode
The sequencer can be run in standalone mode with:
```bash
RUST_LOG=info cargo run --features standalone -p sequencer_service sequencer/service/configs/debug
RUST_LOG=info cargo run --features standalone -p sequencer_service -- sequencer/service/configs/debug/sequencer_config.json
```
## Running with Docker