Skip to content

Commit

Permalink
docs(statedb): update statedb/genesis usage (#2301)
Browse files Browse the repository at this point in the history
  • Loading branch information
popcnt1 authored Jul 28, 2024
1 parent aab96c8 commit 378a281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rooch/src/commands/statedb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ rooch statedb genesis-utxo --input <utxo_src_path> -d <rooch_datadir> -n main --
**genesis**:

```shell
rooch statedb genesis --utxo-source <utxo_src_path> --ord-source <ord_src_path> -d <rooch_datadir> -n main --utxo-ord-map <db_dir> --utxo-batch-size <utxo_batch_size> --ord-batch-size <ord_batch_size>
rooch statedb genesis --utxo-source <utxo_src_path> --ord-source <ord_src_path> -d <rooch_datadir> -n main --outpoint-inscriptions-map-dump-path <dump_path> --utxo-batch-size <utxo_batch_size> --ord-batch-size <ord_batch_size>
```

***tips***:
Expand Down

0 comments on commit 378a281

Please sign in to comment.