Skip to content

Commit

Permalink
Use merge-kiln-v2 branch for geth
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Mar 1, 2022
1 parent 1a3d32e commit 540337a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/execution_engine_integration/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 540337a

Please sign in to comment.