Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kittybest committed Jan 16, 2024
1 parent 99d1e91 commit d33e7e6
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/contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ Upon deployment, the ownership of the messageAq contract will be transferred to
## MessageProcessor

This contract is used to prepare parameters for the zk-SNARK circuits as well as for verifying proofs. It should be deployed alongside MACI and ownership assigned to the coordinator.
It will process message by batch due to large size of messages.
It will process messages in batches, to increase performance and stay within the block gas limit.
After it finishes processing, the sbCommitment will be used for Tally and Subsidy contracts.

## Tally
Expand Down

0 comments on commit d33e7e6

Please sign in to comment.