Skip to content

Commit 6d7a968

Browse files
committed
revert testing target 'up' where build was removed
1 parent a8227fc commit 6d7a968

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ $(CHAINSTATE_DIR): /usr/bin/tar /usr/bin/zstd
4444
fi
4545

4646
# Boot the network from the local chainstate archive
47-
up: check-not-running | $(CHAINSTATE_DIR)
48-
# up: check-not-running | build $(CHAINSTATE_DIR)
47+
up: check-not-running | build $(CHAINSTATE_DIR)
4948
@echo "Starting $(PROJECT) network from chainstate archive"
5049
@echo " Chainstate Dir: $(CHAINSTATE_DIR)"
5150
@echo " Chainstate Archive: $(CHAINSTATE_ARCHIVE)"

0 commit comments

Comments
 (0)