Skip to content

Commit

Permalink
fix: remove --pruning=nothing flag, as it's unneeded
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Aug 24, 2020
1 parent 1e51cef commit 48e1a40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cosmic-swingset/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ scenario2-setup-nobuild:
$(MAKE) set-local-gci-ingress

scenario2-run-chain:
$(AGC) `$(BREAK_CHAIN) && echo --inspect-brk` --home=t1/n0 start --pruning=nothing
$(AGC) `$(BREAK_CHAIN) && echo --inspect-brk` --home=t1/n0 start

# Provision and start a client.
scenario2-run-client: t1-provision-one-with-powers t1-start-ag-solo
Expand Down
2 changes: 1 addition & 1 deletion packages/cosmic-swingset/scripts/single-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ sedi 's/timeout_propose = "3s"/timeout_propose = "1s"/g' ~/.$DAEMON/config/confi
sedi 's/index_all_keys = false/index_all_keys = true/g' ~/.$DAEMON/config/config.toml

# Start the chain
$DAEMON start --pruning=nothing
$DAEMON start

0 comments on commit 48e1a40

Please sign in to comment.