Clarify that iOS and Android DAGs are subgraphs of wallet

This commit is contained in:
str4d 2022-04-06 17:43:26 +01:00 committed by GitHub
parent 4b9f80cbed
commit 8277777047
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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,
}