Merge a508c6058754981cc649941d979e8f1e977dbd44 into 7473c2f7a9ab8da65870442f0b90c96293982446

This commit is contained in:
Vaclav Pavlin 2026-04-09 01:15:23 +00:00 committed by GitHub
commit d3b23ba060
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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