Skip to content

Commit 37de848

Browse files
committed
Specify that 'up' target is booting from a chainstate archive, not a specific epoch
1 parent b6ace9f commit 37de848

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $(CHAINSTATE_DIR): /usr/bin/tar /usr/bin/zstd
3838

3939
# Boot the network from the local chainstate archive
4040
up: check-not-running | build $(CHAINSTATE_DIR)
41-
@echo "Starting $(PROJECT) network from archive at Epoch 3.2"
41+
@echo "Starting $(PROJECT) network from chainstate archive"
4242
@echo " Chainstate Dir: $(CHAINSTATE_DIR)"
4343
@echo " Chainstate Archive: $(CHAINSTATE_ARCHIVE)"
4444
echo "$(CHAINSTATE_DIR)" > .current-chainstate-dir

0 commit comments

Comments
 (0)