Skip to content

Commit

Permalink
chore: add _topupCredit description in MACI.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
kittybest committed Jan 15, 2024
1 parent 12ecdf2 commit 48b787b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contracts/contracts/MACI.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-v1.x/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 48b787b

Please sign in to comment.