From 540337ac0282c2bed6335b53e809df68ed16a8c0 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Sat, 26 Feb 2022 10:10:06 +1100 Subject: [PATCH] Use `merge-kiln-v2` branch for geth --- testing/execution_engine_integration/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/execution_engine_integration/build.rs b/testing/execution_engine_integration/build.rs index bedf74fbd15..388fb33a0fd 100644 --- a/testing/execution_engine_integration/build.rs +++ b/testing/execution_engine_integration/build.rs @@ -3,7 +3,7 @@ use std::fs; use std::path::{Path, PathBuf}; use std::process::Command; -const GETH_BRANCH: &str = "merge-kiln"; +const GETH_BRANCH: &str = "merge-kiln-v2"; const GETH_REPO_URL: &str = "https://github.com/MariusVanDerWijden/go-ethereum"; fn main() {