From 48b787bcf2ea587a22c7979ee12939cd225be15c Mon Sep 17 00:00:00 2001 From: yu-zhen Date: Sun, 31 Dec 2023 00:23:46 +0800 Subject: [PATCH] chore: add _topupCredit description in MACI.sol --- contracts/contracts/MACI.sol | 1 + website/versioned_docs/version-v1.x/testing.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/contracts/contracts/MACI.sol b/contracts/contracts/MACI.sol index f49593a759..73e7f8393a 100644 --- a/contracts/contracts/MACI.sol +++ b/contracts/contracts/MACI.sol @@ -104,6 +104,7 @@ contract MACI is IMACI, Params, Utilities, Ownable { /// @param _subsidyFactory The SubsidyFactory contract /// @param _signUpGatekeeper The SignUpGatekeeper contract /// @param _initialVoiceCreditProxy The InitialVoiceCreditProxy contract + /// @param _topupCredit The TopupCredit contract /// @param _stateTreeDepth The depth of the state tree constructor( IPollFactory _pollFactory, diff --git a/website/versioned_docs/version-v1.x/testing.md b/website/versioned_docs/version-v1.x/testing.md index cec996f896..5de0c08256 100644 --- a/website/versioned_docs/version-v1.x/testing.md +++ b/website/versioned_docs/version-v1.x/testing.md @@ -83,7 +83,7 @@ circuits. Note the locations of the `.zkey` files as the CLI requires them as command-line flags. -For testing purposes you can download the required artifacts using the [`download_zkeys``](https://github.com/privacy-scaling-explorations/maci/blob/dev/integrationTests/scripts/download_zkeys.sh) script inside the `integrationTests/scripts` folder. The script will place all required artifacts inside the `cli/zkeys` folder. +For testing purposes you can download the required artifacts using the [`download_zkeys`](https://github.com/privacy-scaling-explorations/maci/blob/dev/integrationTests/scripts/download_zkeys.sh) script inside the `integrationTests/scripts` folder. The script will place all required artifacts inside the `cli/zkeys` folder. You can run the script directly with bash or use pnpm: `pnpm run download-zkeys`. ### Compile the witness generation binaries (if generating from scratch)