From 92ed9148b63684925a619737119ec7953d9353e1 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Mon, 29 Apr 2024 06:25:33 -0700 Subject: [PATCH] rely on quickstart default by default --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7d2e428..e15a5d9 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,8 @@ SOROBAN_CLI_STAGE_IMAGE=stellar/system-test-soroban-cli:dev # The default protocol version that the image should start with. Should # typically be set to the maximum supported protocol version of all components. -PROTOCOL_VERSION_DEFAULT=21 +# If not set will default to the core max supported protocol version in quickstart. +PROTOCOL_VERSION_DEFAULT= # variables to set for source code, can be any valid docker context url local path github remote repo `https://github.com/repo#` CORE_GIT_REF=https://github.com/stellar/stellar-core.git\#master