Skip to content

Commit

Permalink
Add database flag for makefile command
Browse files Browse the repository at this point in the history
  • Loading branch information
IAvecilla committed Jan 9, 2024
1 parent a435800 commit 812d03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
IP?=127.0.0.1:8000

run-node:
cargo run -- --config-file node-configs/${IP}/config.json --node-key node-configs/${IP}/node_key --validator-key node-configs/${IP}/validator_key
cargo run -- --config-file node-configs/${IP}/config.json --node-key node-configs/${IP}/node_key --validator-key node-configs/${IP}/validator_key --database ./database/${IP}

node-configs:
cargo run --bin localnet_config -- --input-addrs config.txt --output-dir node-configs
Expand Down

0 comments on commit 812d03b

Please sign in to comment.