File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ $(CHAINSTATE_DIR): /usr/bin/tar /usr/bin/zstd
3737 fi
3838
3939# Boot the network from the local chainstate archive
40- # up: check-not-running | $(CHAINSTATE_DIR)
4140up : check-not-running | build $(CHAINSTATE_DIR )
4241 @echo " Starting $( PROJECT) network from chainstate archive"
4342 @echo " Chainstate Dir: $( CHAINSTATE_DIR) "
@@ -77,7 +76,6 @@ down-force:
7776 @if [ -f .current-chainstate-dir ]; then \
7877 rm -f .current-chainstate-dir
7978 fi
80- sudo rm -rf ./docker/chainstate/*
8179
8280# Build the images with a cache if present
8381build : check-not-running
@@ -202,6 +200,7 @@ check-params: | check-running
202200
203201# force stop and remove any existing chainstates (leaving all docker images/layers)
204202clean : down-force
203+ sudo rm -rf ./docker/chainstate/*
205204
206205
207206.PHONY : up genesis up-genesis down-genesis down down-force build build-no-cache log log-all backup-logs current-chainstate-dir snapshot pause unpause stop start restart stress test monitor check-not-running check-running check-params clean
You can’t perform that action at this time.
0 commit comments