1
0

Update source of zcash-walletd in the doc

This commit is contained in:
nicolas.dorier
2025-07-05 10:55:30 +09:00
parent 89a3d8f40c
commit 2752963de5

View File

@@ -444,8 +444,8 @@ namespace DockerFileBuildHelper
break; break;
case "zcash-walletd": case "zcash-walletd":
dockerInfo.DockerFilePath = "docker/Dockerfile"; dockerInfo.DockerFilePath = "docker/Dockerfile";
dockerInfo.GitLink = "https://github.com/hhanh00/zcash-walletd"; dockerInfo.GitLink = "https://github.com/elemental-pay/zcash-walletd";
dockerInfo.GitRef = $"main"; dockerInfo.GitRef = $"feat/data-config";
dockerInfo.SupportedByUs = false; dockerInfo.SupportedByUs = false;
break; break;
case "lnd": case "lnd":