From 8277777047f656e96efce53ae0cb281c13ab64e6 Mon Sep 17 00:00:00 2001 From: str4d Date: Wed, 6 Apr 2022 17:43:26 +0100 Subject: [PATCH] Clarify that iOS and Android DAGs are subgraphs of wallet --- zcash-issue-dag.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zcash-issue-dag.py b/zcash-issue-dag.py index 9730295d..72013283 100755 --- a/zcash-issue-dag.py +++ b/zcash-issue-dag.py @@ -72,8 +72,8 @@ REPO_SETS = { 'core': CORE_REPOS, 'halo2': HALO2_REPOS, 'wallet': WALLET_REPOS, - 'ios': IOS_REPOS, - 'android': ANDROID_REPOS, + 'wallet-ios': IOS_REPOS, + 'wallet-android': ANDROID_REPOS, 'zf': ZF_REPOS, }