From 2752963de5edbcb64622a6cda77e0aed5e5ec9a5 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Sat, 5 Jul 2025 10:55:30 +0900 Subject: [PATCH] Update source of zcash-walletd in the doc --- contrib/DockerFileBuildHelper/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/DockerFileBuildHelper/Program.cs b/contrib/DockerFileBuildHelper/Program.cs index 3958c18..c9a3d16 100644 --- a/contrib/DockerFileBuildHelper/Program.cs +++ b/contrib/DockerFileBuildHelper/Program.cs @@ -444,8 +444,8 @@ namespace DockerFileBuildHelper break; case "zcash-walletd": dockerInfo.DockerFilePath = "docker/Dockerfile"; - dockerInfo.GitLink = "https://github.com/hhanh00/zcash-walletd"; - dockerInfo.GitRef = $"main"; + dockerInfo.GitLink = "https://github.com/elemental-pay/zcash-walletd"; + dockerInfo.GitRef = $"feat/data-config"; dockerInfo.SupportedByUs = false; break; case "lnd":