mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-04-12 06:03:08 +00:00
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:
parent
9fa541f3d1
commit
a508c60587
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user